satupeta-main/shared/types/select-option.ts
2026-01-27 09:31:12 +07:00

5 lines
64 B
TypeScript

export interface SelectOption {
id: string;
name: string;
}