You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/onlyoffice/index.ts

9 lines
217 B
TypeScript

import { SystemModel, UiContextBase } from 'hydrooj';
4 years ago
declare module 'hydrooj' {
4 years ago
interface UiContextBase {
onlyofficeApi?: string;
4 years ago
}
}
UiContextBase.onlyofficeApi = SystemModel.get('onlyoffice.api');