UNPKG

@solidskills/types

Version:

Solidskills typings

7 lines (6 loc) 207 B
import { SlsAbstractQuestion } from './sls-abstract-question'; export interface SlsQuestion extends SlsAbstractQuestion { categoryIds: Array<string>; allCategories: boolean; adjoined: boolean; }