UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

10 lines (9 loc) 304 B
import type { JWTRoleName } from '@becomes/purple-cheetah-mod-jwt/types'; import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface UserOrg { id: string; nameEncoded: string; role: JWTRoleName; owner: boolean; } export declare const UserOrgSchema: ObjectSchema;