Gaunt Sloth Assistant
    Preparing search index...

    Interface Provider

    interface Provider {
        get: (
            config: null | ProviderConfig,
            id: undefined | string,
        ) => Promise<null | string>;
    }
    Index

    Properties

    Properties

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