Loading mobile/src/common/domain/entities/option.ts 0 → 100644 +5 −0 Original line number Diff line number Diff line export interface IOption { id: number; name: string; isSelected: boolean; } No newline at end of file Loading
mobile/src/common/domain/entities/option.ts 0 → 100644 +5 −0 Original line number Diff line number Diff line export interface IOption { id: number; name: string; isSelected: boolean; } No newline at end of file