5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
|
import type * as interfaces from "./interfaces";
|
||
|
export type { interfaces };
|
||
|
import type * as token from "./token";
|
||
|
export type { token };
|