UNPKG

@grigorov-it/mazer

Version:

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page

18 lines (16 loc) 364 B
/* eslint-disable @typescript-eslint/no-explicit-any */ export interface Choice { id?: number; customProperties?: Record<string, any>; disabled?: boolean; active?: boolean; elementId?: number; groupId?: number; keyCode?: number; label: string; placeholder?: boolean; selected?: boolean; value: any; score?: number; choices?: Choice[]; }