fieldnotesai
    Preparing search index...

    Interface SavedContact

    A single saved personal emergency contact (user-created).

    interface SavedContact {
        id: string;
        name: string;
        phone: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    phone: string