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

    Interface SupportUpdate

    interface SupportUpdate {
        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