mirror of https://github.com/fantasticit/think.git
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
|
export declare enum CollectType {
|
||
|
document = "document",
|
||
|
wiki = "wiki"
|
||
|
}
|