Type fixes

pull/2696/head
zomars 2022-05-10 21:35:44 -06:00
parent 92806d5257
commit a507d5963c
1 changed files with 2 additions and 0 deletions

View File

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