fieldnotesai
    Preparing search index...

    Interface Child

    Provides functionality for child.

    interface Child {
        age: number;
        client_id: string;
        created_at: string;
        id: string;
        living_with_client: boolean;
        notes?: string;
    }
    Index

    Properties

    age: number
    client_id: string
    created_at: string
    id: string
    living_with_client: boolean
    notes?: string