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

    Type Alias SObjectRecord<T>

    SObjectRecord: {
        attributes: SObjectRecordAttributes;
        Id: string;
        Name?: string;
    } & T

    Describes a standard Salesforce record

    Type Parameters

    • T extends object = { [field: string]: any }