MCPcopy
hub / github.com/SYJun404/frank / NoticeTypes

Interface NoticeTypes

src/main/utils/notice.ts:8–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6declare const __APP_VERSION__: string;
7
8interface NoticeTypes {
9 isShow: boolean;
10 type: 'create' | 'error' | 'info' | 'success' | 'warning';
11 content: string;
12 isButton: boolean;
13 buttonContent: string;
14 url: string;
15 rankVers: string;
16 version: string;
17 noticeId: string;
18}
19
20export class Notice {
21 public url = 'https://frank-notice-1302853015.cos.ap-chongqing.myqcloud.com/frankRust.json'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected