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

Hierarchy

  • Record<string, unknown>
    • SourcesJSON

Indexable

  • [key: string]: unknown

Properties

Properties

authorisation?: SourceAuthorisation