apiFields.ts 231 B

123456789
  1. export const API_FIELDS = {
  2. TITLE: 'title' as const,
  3. SINGER: 'singer' as const,
  4. NO: 'no' as const,
  5. BRAND: 'brand' as const,
  6. COMPOSER: 'composer' as const,
  7. LYRICIST: 'lyricist' as const,
  8. RELEASE: 'release' as const,
  9. };