Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/sumi-core/src/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ export interface RuntimeConfig {
* 如果指定为 null,表示不作为一个场景,此时不使用 indexedDB,也即不缓存工作空间及全局偏好设置等数据
*/
scenario?: string | null;
/**
* 业务标识,用于区分不同业务场景,也就是该业务的名字
*/
biz?: string;

/** 工作空间配置 */
workspace?: {
/**
Expand Down