@watzon/baserow
    Preparing search index...

    Interface BaseAuthProviderPayload

    interface BaseAuthProviderPayload {
        domain?: string;
        enabled?: boolean;
        name?: string;
        type: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    domain?: string
    enabled?: boolean
    name?: string
    type: string