// automatically generated by fullstack-nestjs-core, do not edit manually declare namespace Express { interface Request { // don't depend on this field, it's used by client to get platform info __platform_data__?: { userId?: string; tenantId?: string; env?: string; csrfToken?: string; [key: string]: unknown; }; userContext: { userId?: string; tenantId?: number; appId?: string; }, csrfToken?: string; } }