import type { PurpleCheetah } from '@becomes/purple-cheetah/types'; export interface BCMSBackend { app: PurpleCheetah; }