You’re viewing the v1.5.8 (legacy) docs. Go to the latest docs →
Gaunt Sloth Assistant
    Preparing search index...
    interface Provider {
        get: (
            config: ProviderConfig | null,
            id: string | undefined,
        ) => Promise<string | null>;
    }
    Index

    Properties

    Properties

    get: (
        config: ProviderConfig | null,
        id: string | undefined,
    ) => Promise<string | null>