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

    Interface GoogleDriveCredentialsModel

    interface GoogleDriveCredentialsModel {
        client_id?: string;
        client_secret?: string;
        team_drive?: string;
        token: string;
        type: "GOOGLE_DRIVE";
    }
    Index
    client_id?: string
    client_secret?: string
    team_drive?: string
    token: string
    type: "GOOGLE_DRIVE"