@swell/cli
Version:
Swell's command line interface/utility
8 lines (7 loc) • 356 B
TypeScript
export declare const SCHEMAS: {
readonly CONTENT: "https://json.swell.store/content.json";
readonly MODEL: "https://json.swell.store/model.json";
readonly NOTIFICATION: "https://json.swell.store/notification.json";
readonly SETTING: "https://json.swell.store/setting.json";
readonly WEBHOOK: "https://json.swell.store/webhook.json";
};