UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

6 lines (5 loc) 153 B
export declare class Slack { static readonly url: string; static readonly title = "BCMS Cloud"; static send(data: unknown): Promise<void>; }