export interface ResponseModel { status: number; message: string; data: TResult; } //# sourceMappingURL=responseModel.d.ts.map