mirror of https://github.com/tycrek/ass
parent
82aadc886b
commit
475362a392
@ -0,0 +1,20 @@
|
|||||||
|
declare module 'ass' {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Core Express server config.
|
||||||
|
* This is separate from the user configuration starting in 0.15.0
|
||||||
|
*/
|
||||||
|
interface ServerConfiguration {
|
||||||
|
host: string,
|
||||||
|
port: number,
|
||||||
|
proxied: boolean
|
||||||
|
}
|
||||||
|
|
||||||
|
interface UserConfiguration {
|
||||||
|
idType: string;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//#region Dummy modules
|
||||||
|
declare module '@tinycreek/postcss-font-magician';
|
||||||
|
//#endregion
|
Loading…
Reference in new issue