Home > @vsf-enterprise/commercetools-types > SetOrderDeliveryCustomType
# SetOrderDeliveryCustomType type
Signature:
export declare type SetOrderDeliveryCustomType = {
fields?: InputMaybe<Array<CustomFieldInput>>;
type?: InputMaybe<ResourceIdentifierInput>;
typeKey?: InputMaybe<Scalars['String']>;
typeId?: InputMaybe<Scalars['String']>;
deliveryId: Scalars['String'];
};
References: InputMaybe, CustomFieldInput, ResourceIdentifierInput, Scalars