Type alias ConversationVariable

ConversationVariable: {
    SObjectType?: string | null;
    collectionType?: string | null;
    dataType: string;
    developerName: string;
    label: string;
}

Type declaration

  • Optional SObjectType?: string | null
  • Optional collectionType?: string | null
  • dataType: string
  • developerName: string
  • label: string