UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

7 lines (6 loc) 247 B
import type { JWTRoleName } from '@becomes/purple-cheetah-mod-jwt/types'; import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface UserAdmin { role: JWTRoleName; } export declare const UserAdminSchema: ObjectSchema;