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

8 lines
274 B
TypeScript

/// <reference types="node" />
export declare const DEFAULT_WIKI_AVATAR = "https://wipi.oss-cn-shanghai.aliyuncs.com/2022-02-01/default0-96.png";
export declare const WIKI_AVATARS: string[];
export declare const EMPTY_DOCUMNENT: {
content: string;
state: Buffer;
};