oak-general-business/lib/oak-app-domain/ChangePasswordTemp/Schema.d.ts

20 lines
1.1 KiB
TypeScript

export * from "./_baseSchema";
import { ChangePasswordTemp } from "../EntityDict";
export type Schema = ChangePasswordTemp["Schema"];
export type Action = ChangePasswordTemp["Action"];
export type Projection = ChangePasswordTemp["Projection"];
export type Filter = ChangePasswordTemp["Filter"];
export type SortNode = ChangePasswordTemp["SortNode"];
export type Sorter = ChangePasswordTemp["Sorter"];
export type Selection = ChangePasswordTemp["Selection"];
export type Aggregation = ChangePasswordTemp["Aggregation"];
export type CreateOperationData = ChangePasswordTemp["CreateOperationData"];
export type CreateSingle = ChangePasswordTemp["CreateSingle"];
export type CreateMulti = ChangePasswordTemp["CreateMulti"];
export type Create = ChangePasswordTemp["Create"];
export type UpdateOperationData = ChangePasswordTemp["UpdateOperationData"];
export type Update = ChangePasswordTemp["Update"];
export type RemoveOperationData = ChangePasswordTemp["RemoveOperationData"];
export type Remove = ChangePasswordTemp["Remove"];
export type Operation = ChangePasswordTemp["Operation"];