mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 00:43:39 +08:00
2b87f10738
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
import AdminApplication from './AdminApplication';
|
|
/**
|
|
* The `routes` initializer defines the forum app's routes.
|
|
*/
|
|
export default function (app: AdminApplication): void;
|