Type for categorising questions per FPR version

Remarks

generalProductQuestions must be asked for all products, cmcQuestions are iterable questions which may be asked for each component, blendQuestions are questions specific for fertiling product blends (PFC 7) which do not need to give information on its component materials but on the fertiling products contained within the blend.

interface fprType {
    blendQuestions: string[];
    cmcQuestions: string[];
    fprVersion: "FPR 2019/1009";
    generalProductQuestions: string[];
}

Properties

blendQuestions: string[]
cmcQuestions: string[]
fprVersion: "FPR 2019/1009"
generalProductQuestions: string[]