Type alias DescribeSoqlListViewParams

DescribeSoqlListViewParams: {
    developerNameOrId: string;
    sobjectType?: string | null;
}

Type declaration

  • developerNameOrId: string
  • Optional sobjectType?: string | null