5 lines
145 B
TypeScript
5 lines
145 B
TypeScript
import type { SysAsset } from "./utils/asset"
|
|
import type { PageLinkType } from "./utils/pageLink"
|
|
|
|
export type Embeds = PageLinkType | SysAsset
|