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/handler.ts

10 lines
289 B
TypeScript

import { UiContextBase } from 'hydrooj/src/service/server';
import * as system from 'hydrooj/src/model/system';
4 years ago
declare module 'hydrooj/src/service/server' {
4 years ago
interface UiContextBase {
onlyofficeApi?: string;
4 years ago
}
}
UiContextBase.onlyofficeApi = system.get('onlyoffice.api');