Files
calendar/packages/app-store/pipedream/_metadata.ts
T
2022-10-21 09:49:49 +00:00

11 lines
188 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
import config from "./config.json";
export const metadata = {
category: "other",
...config,
} as AppMeta;
export default metadata;