GIF89a
export const roleContaints = {
user: "USER",
admin: "ADMIN",
creator: "CREATOR",
artist: "ARTIST",
musician: "MUSICIAN",
studio: "STUDIO",
lyrics: 'LYRICS',
both: "BOTH"
}
export const langContaints = {
hindi: "HINDI",
english: "ENGLISH",
telugu: "TELUGU",
tamil: "TAMIL"
}
export const contentAccessType = {
rental: "RENTAL",
ownership: "OWNERSHIP",
}
export const contentStatus = {
active: "ACTIVE",
inactive: "INACTIVE",
draft: "DRAFT",
};
export const songCategoryConstants = {
birthdaySong: "BIRTHDAY SONG",
electionSong: "ELECTION SONG",
brandingSong: "BRANDING SONG",
weddingSong: "WEDDING SONG",
specialSong: "SPECIAL SONG",
others: "OTHERS",
};