Interface ShopListingOutputDTO

ShopListingOutputDTO

interface ShopListingOutputDTO {
    createdAt: string;
    deletedAt?: string;
    draft: boolean;
    gameServerId: string;
    id: string;
    items: ShopListingItemMetaOutputDTO[];
    name?: string;
    price: number;
    updatedAt: string;
}

Properties

createdAt: string

ShopListingOutputDTO

deletedAt?: string

ShopListingOutputDTO

draft: boolean

ShopListingOutputDTO

gameServerId: string

ShopListingOutputDTO

id: string

ShopListingOutputDTO

ShopListingOutputDTO

name?: string

ShopListingOutputDTO

price: number

ShopListingOutputDTO

updatedAt: string

ShopListingOutputDTO