oak-pay-business/es/oak-app-domain/WithdrawAccount/Schema.d.ts

20 lines
1.0 KiB
TypeScript

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