move stuff around
This commit is contained in:
8
library/core/components/embed-options.ts
Normal file
8
library/core/components/embed-options.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Except, SnakeCasedPropertiesDeep } from "type-fest"
|
||||
import type { EmbedProps } from "./embed"
|
||||
|
||||
export type EmbedOptions = SnakeCasedPropertiesDeep<
|
||||
Except<EmbedProps, "timestamp" | "children"> & {
|
||||
timestamp?: string
|
||||
}
|
||||
>
|
||||
Reference in New Issue
Block a user