Gaunt Sloth Assistant - v1.0.5
    Preparing search index...

    Interface Provider

    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>