Node.js SDK for digi.me
    Preparing search index...

    Interface SourcesJSON

    interface SourcesJSON {
        authorisation?: SourceAuthorisation;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • SourcesJSON

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    authorisation?: SourceAuthorisation