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