@deskcreate/agentcraft
    Preparing search index...

    Interface GoogleSheetsAdapterConfig

    interface GoogleSheetsAdapterConfig {
        apiBaseUrl?: string;
        credentials: GoogleCredentials;
        onAuditEvent?: (event: AdapterAuditEvent) => void;
        spreadsheetId?: string;
        timeoutMs?: number;
    }
    Index

    Properties

    apiBaseUrl?: string
    credentials: GoogleCredentials
    onAuditEvent?: (event: AdapterAuditEvent) => void
    spreadsheetId?: string
    timeoutMs?: number