webui/src/components/common/option.tsx
2026-01-20 21:48:51 +00:00

7 lines
144 B
TypeScript

import { GeneralIdRef } from "../../utils/GeneralIdRef";
export default interface Option {
_id: string | number;
name: string;
}