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

20 lines
1.1 KiB
TypeScript

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