GIF89a php
Current File : /home/viralhoga/app_viralhoga/src/validators/constaints.js
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",
};