@truenas/api-client
    Preparing search index...

    Interface SupportEntry

    interface SupportEntry {
        email: string;
        enabled: boolean | null;
        id: number;
        name: string;
        phone: string;
        secondary_email: string;
        secondary_name: string;
        secondary_phone: string;
        secondary_title: string;
    }
    Index
    email: string
    enabled: boolean | null
    id: number
    name: string
    phone: string
    secondary_email: string
    secondary_name: string
    secondary_phone: string
    secondary_title: string