UNPKG

coersystem

Version:

Library for Angular projects

7 lines (6 loc) 121 B
export interface IOption { id: number | string; option: any; description?: string; isActive?: boolean; }