mirror of https://github.com/fantasticit/think.git
10 lines
373 B
TypeScript
10 lines
373 B
TypeScript
/// <reference types="node" />
|
|
export declare const DEFAULT_WIKI_AVATAR = "https://wipi.oss-cn-shanghai.aliyuncs.com/2022-07-20/default7-97.png";
|
|
export declare const WIKI_AVATARS: string[];
|
|
export declare const ORGANIZATION_LOGOS: string[];
|
|
export declare const DOCUMENT_COVERS: string[];
|
|
export declare const EMPTY_DOCUMNENT: {
|
|
content: string;
|
|
state: Buffer;
|
|
};
|