export default interface CheckOptionType { id?: string; label: string; name: string; }