export type IntegrationDefinedOptions = { label: string; type?: string; options?: { label: string; key: string; }[]; };