UNPKG

@solidskills/types

Version:

Solidskills typings

6 lines (5 loc) 113 B
export interface SlsQuestionOption { label: string; value: number | string; deleted: boolean; }