@sap-cloud-sdk/core
Version:
SAP Cloud SDK for JavaScript core
8 lines • 334 B
TypeScript
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