UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

9 lines (8 loc) 220 B
export interface AuthLoginBody { email: string; password: string; } export interface AuthLogoutBody { token: string; } export declare const AuthController: import("@becomes/purple-cheetah/types").Controller;