Aberoth typing stubs.
You can provide your own typing using namespace merging.
https://www.typescriptlang.org/docs/handbook/declaration-merging.html#merging-namespaces
declare module '@duplicis/types' { export namespace Aberoth { export interface App { example: boolean } }} Copy
declare module '@duplicis/types' { export namespace Aberoth { export interface App { example: boolean } }}
Aberoth typing stubs.
You can provide your own typing using namespace merging.
See
https://www.typescriptlang.org/docs/handbook/declaration-merging.html#merging-namespaces
Example