interface Listing {
    id: string;
    is_exclusive: Boolean;
}

Properties

Properties

id: string
is_exclusive: Boolean