import type { TOptionType } from "../types"; const selectEmptyOptions: TOptionType[] = []; const selectEmptyInputValues = [ { value: "", }, ]; export { selectEmptyInputValues, selectEmptyOptions, };