跳到主要内容

DeleteMoldingsOption type

@vm-type UnknownType

Signature:

declare type DeleteMoldingsOption = Pick<IDeleteMoldingsOption, 'orderId' | 'productIds'> | Pick<IDeleteMoldingsOption, 'moldingIds'> | Pick<IDeleteMoldingsOption, 'orderIds'>;

Links: declare type DeleteMoldingsOption = Pick<IDeleteMoldingsOption, 'orderId' | 'productIds'> | Pick<IDeleteMoldingsOption, 'moldingIds'> | Pick<IDeleteMoldingsOption, 'orderIds'>;

References: IDeleteMoldingsOption