Type fix
parent
af129f1756
commit
ea2fb9c0dc
|
@ -2,7 +2,6 @@ import type { GroupBase, Props, SingleValue } from "react-select";
|
||||||
import { components } from "react-select";
|
import { components } from "react-select";
|
||||||
|
|
||||||
import type { EventLocationType } from "@calcom/app-store/locations";
|
import type { EventLocationType } from "@calcom/app-store/locations";
|
||||||
import type { CredentialDataWithTeamName } from "@calcom/app-store/utils";
|
|
||||||
import { classNames } from "@calcom/lib";
|
import { classNames } from "@calcom/lib";
|
||||||
import invertLogoOnDark from "@calcom/lib/invertLogoOnDark";
|
import invertLogoOnDark from "@calcom/lib/invertLogoOnDark";
|
||||||
import { Select } from "@calcom/ui";
|
import { Select } from "@calcom/ui";
|
||||||
|
@ -13,7 +12,7 @@ export type LocationOption = {
|
||||||
icon?: string;
|
icon?: string;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
address?: string;
|
address?: string;
|
||||||
credential?: CredentialDataWithTeamName;
|
credentialId?: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type SingleValueLocationOption = SingleValue<LocationOption>;
|
export type SingleValueLocationOption = SingleValue<LocationOption>;
|
||||||
|
|
Loading…
Reference in New Issue