Membrane React - v0.2.1
    Preparing search index...

    Type Alias UpdateDataSourceRequest

    type UpdateDataSourceRequest = {
        key?: string;
        name?: string;
        archivedAt?: string;
        udm?: string;
        pullUpdatesIntervalSeconds?: number;
        fullSyncIntervalSeconds?: number;
        rootPath?: string;
        defaultPath?: string;
    }
    Index

    Properties

    key?: string
    name?: string
    archivedAt?: string
    udm?: string
    pullUpdatesIntervalSeconds?: number
    fullSyncIntervalSeconds?: number
    rootPath?: string
    defaultPath?: string