chore: Add todo

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-03-30 13:17:28 +01:00
parent eef098a593
commit 8950028f5b
No known key found for this signature in database
GPG Key ID: E59C7734F0E10EB5
1 changed files with 3 additions and 1 deletions

View File

@ -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<typeof manifestSchema>;
const nrkAPI = `https://psapi.nrk.no`;