UNPKG

@sap-cloud-sdk/core

Version:
8 lines 334 B
import { Entity, Constructable } from '../entity'; export declare class AllFields<EntityT extends Entity> { _fieldName: string; _entityConstructor: Constructable<EntityT>; readonly selectable: true; constructor(_fieldName: string, _entityConstructor: Constructable<EntityT>); } //# sourceMappingURL=all-fields.d.ts.map