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

    Interface SObjectRecordAttributes

    Describes the attributes of a Salesforce record

    interface SObjectRecordAttributes {
        type: string;
        url?: string;
    }
    Index

    Properties

    Properties

    type: string
    url?: string