vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface BatchDescribeSObjectOptions

    interface BatchDescribeSObjectOptions {
        autofetch?: boolean;
        maxConcurrentRequests?: number;
        types: string[];
    }
    Index

    Properties

    autofetch?: boolean
    maxConcurrentRequests?: number
    types: string[]