smartuniverse/ts/smartuniverse.pluginstyped.ts
2023-07-25 11:33:13 +02:00

5 lines
91 B
TypeScript

import type * as typedserver from '@apiglobal/typedserver';
export type {
typedserver
};