satupeta-main/shared/types/select-option.ts

5 lines
64 B
TypeScript
Raw Normal View History

2026-01-27 02:31:12 +00:00
export interface SelectOption {
id: string;
name: string;
}