import { MetaType } from "./MetaType"; export interface Meta { code: number; message?: string; type?: MetaType; }