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

20 lines
832 B
TypeScript

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