Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 491 Bytes

File metadata and controls

29 lines (28 loc) · 491 Bytes

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
}