NexSDK
    Preparing search index...

    Interface PropertyAmenityResponse

    interface PropertyAmenityResponse {
        amenity_id: string;
        category: PropertyAmenityResponseCategory;
        description: PropertyAmenityResponseDescription;
        icon: PropertyAmenityResponseIcon;
        id: string;
        name: string;
        property_id: string;
        slug: string;
        sort_order: number;
    }
    Index

    Properties

    amenity_id: string
    category: PropertyAmenityResponseCategory
    description: PropertyAmenityResponseDescription
    icon: PropertyAmenityResponseIcon
    id: string
    name: string
    property_id: string
    slug: string
    sort_order: number