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

Properties

Properties

id: string
is_exclusive: boolean