Gaunt Sloth Assistant
    Preparing search index...

    Interface ProviderConfig

    interface ProviderConfig {
        baseUrl?: string;
        token?: string;
        username?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    baseUrl?: string
    token?: string
    username?: string