Type fixes

This commit is contained in:
zomars
2022-05-10 21:35:44 -06:00
parent 92806d5257
commit a507d5963c

View File

@@ -1,3 +1,5 @@
import { ButtonBaseProps } from "@calcom/ui/Button";
export type IntegrationOAuthCallbackState = {
returnTo: string;
};