RouteResponse<Defined in: packages/modelence/src/routes/types.ts:27T> = {contentType?:string;data?:T;headers?:Record<string,string>;redirect?:string;status?:number; } |null
Type Parameters
Type declaration
{contentType?: string; data?: T; headers?: Record<string, string>; redirect?: string; status?: number; }
null