fieldnotesai
    Preparing search index...

    Interface Client

    Provides functionality for client.

    interface Client {
        birth_country?: string | null;
        created_at?: string | null;
        dob?: string | null;
        email?: string | null;
        emergency_contact_location?: string | null;
        emergency_contact_name?: string | null;
        emergency_contact_phone?: string | null;
        emergency_contact_relationship?: string | null;
        full_name: string;
        id: string;
        indigenous_identity?: boolean | null;
        message_visibility_concern?: boolean | null;
        number_of_children?: number | null;
        phone_number?: string | null;
        preferred_contact_method?: string | null;
        preferred_name?: string | null;
        recording_trash_retention_days?: number;
        year_of_arrival?: number | null;
    }
    Index

    Properties

    birth_country?: string | null
    created_at?: string | null
    dob?: string | null
    email?: string | null
    emergency_contact_location?: string | null
    emergency_contact_name?: string | null
    emergency_contact_phone?: string | null
    emergency_contact_relationship?: string | null
    full_name: string
    id: string
    indigenous_identity?: boolean | null
    message_visibility_concern?: boolean | null
    number_of_children?: number | null
    phone_number?: string | null
    preferred_contact_method?: string | null
    preferred_name?: string | null
    recording_trash_retention_days?: number
    year_of_arrival?: number | null