fieldnotesai
    Preparing search index...

    Interface EmergencyContact

    kept for backwards-compat with old single-contact metadata

    interface EmergencyContact {
        name: string;
        phone: string;
        primaryId?: string;
    }
    Index

    Properties

    Properties

    name: string
    phone: string
    primaryId?: string