@gphone/sdk
    Preparing search index...

    Interface CreateListingInput

    What postListing takes to create a new marketplace listing.

    interface CreateListingInput {
        attachments: { photo_id: number }[];
        description: string;
        price: number;
        title: string;
    }
    Index
    attachments: { photo_id: number }[]
    description: string
    price: number
    title: string