import { PlainLiteralObject } from '@nestjs/common'; import { DeepPartial, OrgCreatableInterface, OrgUpdatableInterface, OrgEntityInterface } from '@concepta/nestjs-common'; import { ConfigurableCrudBuilder, ConfigurableCrudOptions } from '@concepta/nestjs-crud'; export declare class OrgCrudBuilder & OrgCreatableInterface = DeepPartial & OrgCreatableInterface, Updatable extends DeepPartial & OrgUpdatableInterface = DeepPartial & OrgUpdatableInterface, Replaceable extends Creatable = Creatable, ExtraOptions extends PlainLiteralObject = PlainLiteralObject> extends ConfigurableCrudBuilder { constructor(options?: ConfigurableCrudOptions); } //# sourceMappingURL=org.crud-builder.d.ts.map