add content db type
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export type SearchType = 'mysql';
|
||||
|
||||
export interface ContentConfig {
|
||||
SearchType?: SearchType;
|
||||
}
|
||||
Reference in New Issue
Block a user