Variable: KOBO_COLUMNS
const KOBO_COLUMNS: Readonly<{
lockingProfile: "kobo--locking-profile";
matrixList: "kobo--matrix_list";
rankConstraintMessage: "kobo--rank-constraint-message";
rankItems: "kobo--rank-items";
scoreChoices: "kobo--score-choices";
}>;
Defined in: kobo.ts:24
The Kobo columns this module reads. Kept together so export can re-emit them.