cal.pub0.org/packages/atoms/types.ts

8 lines
174 B
TypeScript

export interface AtomsGlobalConfigProps {
/**
* API endpoint for the Booker component to fetch data from,
* defaults to https://cal.com
*/
webAppUrl?: string;
}