vlocode-project - v1.41.2
    Preparing search index...

    Type Alias QueryResultRecord

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

    Indexable

    Index

    Properties

    Properties