@sap-cloud-sdk/core
Version:
SAP Cloud SDK for JavaScript core
11 lines • 361 B
TypeScript
/**
* @deprecated Since v1.27.0. This will not be replaced. Use the generic `SelectableT` parameter of Fields instead.
* Interface denoting a selectable [[EdmTypeField]].
*/
export interface SelectableEdmTypeField {
/**
* This property denotes that this is a selectable field.
*/
selectable: true;
}
//# sourceMappingURL=selectable.d.ts.map