Type alias DescribeSoqlListView
DescribeSoqlListView: { columns: ListViewColumn[]; id: string; orderBy: ListViewOrderBy[]; query: string; relatedEntityId?: string | null; scope?: string | null; scopeEntityId?: string | null; sobjectType: string; whereCondition?: SoqlWhereCondition | null; } Type declaration
id: string
query: string
Optional
relatedEntityId?: string | null
Optional
scope?: string | null
Optional
scopeEntityId?: string | null
sobjectType: string