Choices/types/src/scripts/interfaces/item.d.ts
2022-01-12 01:26:00 +00:00

6 lines
160 B
TypeScript

import { Choice } from './choice';
export interface Item extends Choice {
choiceId?: number;
highlighted?: boolean;
}
//# sourceMappingURL=item.d.ts.map