export interface IRequest {
    ask: string;
    context: string;
    idTask: string;
}
//# sourceMappingURL=request.interface.d.ts.map