think/packages/constants/lib/index.d.ts

10 lines
373 B
TypeScript
Raw Normal View History

2022-04-04 13:42:52 +00:00
/// <reference types="node" />
2022-07-20 13:25:30 +00:00
export declare const DEFAULT_WIKI_AVATAR = "https://wipi.oss-cn-shanghai.aliyuncs.com/2022-07-20/default7-97.png";
2022-02-20 11:51:55 +00:00
export declare const WIKI_AVATARS: string[];
2022-06-29 16:03:02 +00:00
export declare const ORGANIZATION_LOGOS: string[];
2022-07-20 13:25:30 +00:00
export declare const DOCUMENT_COVERS: string[];
2022-04-04 13:42:52 +00:00
export declare const EMPTY_DOCUMNENT: {
content: string;
state: Buffer;
};