Choices/public/types/src/scripts/interfaces/item.d.ts
2021-12-26 16:38:09 -05:00

6 lines
160 B
TypeScript

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