chore: Add todo
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
eef098a593
commit
8950028f5b
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue