Choices/public/types/src/scripts/interfaces/item.d.ts

6 lines
160 B
TypeScript
Raw Normal View History

2021-12-26 22:38:09 +01:00
import { Choice } from './choice';
export interface Item extends Choice {
choiceId?: number;
highlighted?: boolean;
}
//# sourceMappingURL=item.d.ts.map