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

    Type Alias QueryResultRecord

    type QueryResultRecord = {
        attributes: SObjectRecordAttributes;
        [field: string]:
            | undefined
            | null
            | string
            | number
            | boolean
            | SObjectRecordAttributes
            | QueryResultRecord
            | QueryResultRecord[];
    }

    Indexable

    Index

    Properties

    Properties