oak-general-business/lib/constants.d.ts

10 lines
321 B
TypeScript

export declare const ROOT_ROLE_ID = "oak-root-role";
export declare const ROOT_USER_ID = "oak-root-user";
export declare const ROOT_MOBILE_ID = "oak-root-mobile";
export declare const ROOT_TOKEN_ID = "oak-root-token";
export declare const DefaultConfig: {
userEntityGrant: {
lifetimeLength: number;
};
};