Websites v4 docs v5.2.5
    Preparing search index...

    Type Alias DBAPIEmailPortalData

    type DBAPIEmailPortalData = {
        agency_id: number | null;
        associations: any[];
        branch_id: number | null;
        created_at: string;
        filtered_associations: any[];
        id: number;
        letting_id: number | null;
        message: string | null;
        portal_id: number;
        property_id: number | null;
        sale_id: number | null;
    }
    Index

    Properties

    agency_id: number | null
    associations: any[]
    branch_id: number | null
    created_at: string
    filtered_associations: any[]
    id: number
    letting_id: number | null
    message: string | null
    portal_id: number
    property_id: number | null
    sale_id: number | null