ApiCategoricalScore: ApiBaseScore & {
    stringValue: string;
    value?: number | null;
}

CategoricalScore

Type declaration

  • stringValue: string

    The string representation of the score value. If no config is linked, can be any string. Otherwise, must map to a config category

  • Optionalvalue?: number | null

    Only defined if a config is linked. Represents the numeric category mapping of the stringValue

    double