export interface CloseEvent { location?: null | number[]; result: { msg: string; code: number; }; data: null | T; }