export interface IResult {
    content: any;
    headers: Record<string, any>;
}
