Type fixes
parent
92806d5257
commit
a507d5963c
|
@ -1,3 +1,5 @@
|
|||
import { ButtonBaseProps } from "@calcom/ui/Button";
|
||||
|
||||
export type IntegrationOAuthCallbackState = {
|
||||
returnTo: string;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue