mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
import type { ServiceVariant } from './types.js';
|
|
|
|
export const DEFAULT_SERVICE_VARIANT: ServiceVariant = 'default';
|
|
export const ROOT_SCOPE = [];
|