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

Describes a standard Salesforce record

Type Parameters

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

Type declaration