Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created April 19, 2023 16:40
Show Gist options
  • Save wilmoore/810c18c0db0e5c41c2566ea48ad7cf7f to your computer and use it in GitHub Desktop.
Save wilmoore/810c18c0db0e5c41c2566ea48ad7cf7f to your computer and use it in GitHub Desktop.
Income Sources :: anthem.my

Income Sources :: anthem.my

⪼ Made with 💜 by realpolyglot.com

anthem.my

tony-cli

export type MediaUrl = {
  name: "YouTube" | "SoundCloud" | "Spotify";
  format: string;
}

export type AnthemAttributes = {
  title: string;
  artist: string;
  featuring: string[];
  mediaUrls: MediaUrl[]
  album: string;
  year: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment