export type QSelectOption = { label: string; value: T; };