@vectorize-io/vectorize-client
    Preparing search index...

    Interface NOTIONConfig

    Configuration for Notion connector

    NOTIONConfig

    interface NOTIONConfig {
        databaseIds: string;
        databaseNames: string;
        pageIds: string;
        pageNames: string;
        selectResources: string;
    }
    Index

    Properties

    databaseIds: string

    Database IDs

    NOTIONConfig

    databaseNames: string

    Database Names

    NOTIONConfig

    pageIds: string

    Page IDs

    NOTIONConfig

    pageNames: string

    Page Names

    NOTIONConfig

    selectResources: string

    Select Notion Resources

    NOTIONConfig