Files
smartuniverse/ts/smartuniverse.pluginstyped.ts
T

6 lines
93 B
TypeScript
Raw Normal View History

import type * as typedserver from '@api.global/typedserver';
2020-09-30 00:13:14 +00:00
2023-07-25 11:33:13 +02:00
export type {
typedserver
};