Interface ShopOrderCreateDTO

ShopOrderCreateDTO

interface ShopOrderCreateDTO {
    amount: number;
    listingId: string;
    userId?: string;
}

Properties

amount: number

ShopOrderCreateDTO

listingId: string

ShopOrderCreateDTO

userId?: string

ShopOrderCreateDTO