diff --git a/src/generated/types.gen.ts b/src/generated/types.gen.ts index 454c541..cc51e8f 100644 --- a/src/generated/types.gen.ts +++ b/src/generated/types.gen.ts @@ -2225,6 +2225,9 @@ export type InvalidateResourceData = { */ air: string; }; + query?: { + userId?: number; + } }; export type InvalidateResourceResponse = void;