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';
declare module 'hydrooj' {
interface UiContextBase {
onlyofficeApi?: string;
}
}
UiContextBase.onlyofficeApi = SystemModel.get('onlyoffice.api');