export interface AuthorizationRequest{ jsCode?:string; } export interface TokenReply{ token?:string; }