feat: json rich text editor, blocks, asides, general structure
This commit is contained in:
8
types/requests/embeds.ts
Normal file
8
types/requests/embeds.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { SysAsset } from "./utils/asset"
|
||||
import type { ExternalLinkType } from "./utils/externalLink"
|
||||
import type { PageLinkType } from "./utils/pageLink"
|
||||
|
||||
export type Embeds =
|
||||
| ExternalLinkType
|
||||
| PageLinkType
|
||||
| SysAsset
|
||||
Reference in New Issue
Block a user