update
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
export type CNBCoreOptions<T = {}> = {
|
||||
token: string;
|
||||
/**
|
||||
* 对 cnb 界面操作定制模块功能时需要传入 cookie
|
||||
*/
|
||||
cookie?: string;
|
||||
} & T;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user