@joblist/components - v0.3.4
    Preparing search index...

    Interface SmartRecruitersJobAd

    interface SmartRecruitersJobAd {
        sections: {
            additionalInformation?: SmartRecruitersJobAdSection;
            companyDescription?: SmartRecruitersJobAdSection;
            jobDescription?: SmartRecruitersJobAdSection;
            qualifications?: SmartRecruitersJobAdSection;
        };
    }
    Index

    Properties

    Properties

    sections: {
        additionalInformation?: SmartRecruitersJobAdSection;
        companyDescription?: SmartRecruitersJobAdSection;
        jobDescription?: SmartRecruitersJobAdSection;
        qualifications?: SmartRecruitersJobAdSection;
    }

    Job ad content sections

    Type declaration