freeboard
    Preparing search index...

    Type Alias DatasourceIntrospectionResponse

    type DatasourceIntrospectionResponse = {
        scope?: string;
        intent?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    scope?: string
    intent?: Record<string, unknown>