UNPKG

notbank

Version:
7 lines (6 loc) 136 B
export interface LogOutResponse { result: boolean; errormsg: string | null; errorcode: number; detail: string | null; }