interface ProductItem {
    addressInfo: string;
    categoryName: string;
    compensationAmount: string;
    compensationType: string;
    contractMonths: string;
    demandSiteProductUrl: string;
    description: string;
    id: string;
    imageUrl?: string;
    locationNotes: string;
    name: string;
    positionRequirements: string;
    publicationTime?: string;
    skillGroups: SkillGroup[];
    workCompensation: string;
    workTime: string;
}

Properties

addressInfo: string

The first line of the address for this product

categoryName: string

The category this product is in (null if not present)

compensationAmount: string

product compensation amount

compensationType: string

product compensation type

contractMonths: string

product contract months

demandSiteProductUrl: string

product url on demand site

description: string

The description of the product

id: string

The unique identifier for this product

imageUrl?: string

The image for this product

locationNotes: string

product location information

name: string

The name of the product

positionRequirements: string

product position requirements

publicationTime?: string

time product will be published

skillGroups: SkillGroup[]

listed product skill group and skills

workCompensation: string

product work compensation benefits

workTime: string

product work time

Generated using TypeDoc