Skip to content

Commit

Permalink
Updated Types
Browse files Browse the repository at this point in the history
Co-authored-by: GregTCLTK <gregtcltk@gmail.com>
  • Loading branch information
Schlauer-Hax and GregTCLTK committed Apr 15, 2023
1 parent a1e3c84 commit 62aa124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/music.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const song = zod.object({
artists: artist.array().min(1),
primaryGenre: zod.string(),
secondaryGenre: zod.string(),
year: zod.number(),
//TODO: no optional
country: zod.string().optional(),
language: zod.string().optional(),
Expand Down Expand Up @@ -111,6 +112,7 @@ export const payout = zod.object({
entries: zod.array(
zod.object({
isrc: zod.string(),
user: zod.string(),
data: zod.array(
zod.object({
distributor: zod.string(),
Expand Down

0 comments on commit 62aa124

Please sign in to comment.