UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

8 lines (7 loc) 203 B
export interface ShimVersionInfo { next: string; curr: string; prev: string; include: string[]; } export declare const ShimController: import("@becomes/purple-cheetah/types").Controller;