diff --git a/lib/nrk.ts b/lib/nrk.ts index e5e312e..a30642a 100644 --- a/lib/nrk.ts +++ b/lib/nrk.ts @@ -30,7 +30,9 @@ const manifestSchema = z.object({ }), }); -/** Incomplete manifest types. */ +/** Incomplete manifest types. + * TODO: Add OpenAPI Manifest to `generate-types.ts`. + */ type Manifest = z.infer; const nrkAPI = `https://psapi.nrk.no`;