UNPKG

65 BTypeScriptView Raw
1export interface Data {
2 code: number;
3 message: string;
4}