Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Applicants

{
    userId: string,
    biodata: {
        firstName: string,
        lastName: string
    },
    location: {
        city: string,
        state: string,
        country: string
    },
    professional: {
        institution: string,
        skills: string
    },
    intro:{
        introduction: string,
        funFact: string,
        forFun: string,
        whyRds: string
    },
    foundFrom: string,
    status: string || null,
    feedback: string || null
}