oak-general-business/lib/base-app-domain/UserEntityGrant/locales/zh_CN.d.ts

27 lines
517 B
TypeScript

declare const _default: {
attr: {
relation: string;
entity: string;
entityId: string;
type: string;
number: string;
confirmed: string;
remark: string;
grantee: string;
granter: string;
files: string;
expired: string;
expiresAt: string;
};
action: {
confirm: string;
};
v: {
type: {
grant: string;
transfer: string;
};
};
};
export default _default;