import type { PERMISSIONS } from "@calcom/platform-constants";

export type PLATFORM_PERMISSION = (typeof PERMISSIONS)[number];
