6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
|
import { ModuleConfig as CoreModuleConfig } from '@ucap-webmessenger/core';
|
||
|
|
||
|
import { Urls } from './urls';
|
||
|
|
||
|
export interface ModuleConfig extends CoreModuleConfig<Urls> {}
|