mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: components type
This commit is contained in:
parent
7baeedd67c
commit
f4bcaa58ec
@ -17,7 +17,7 @@ import type { OmitInsert } from './util';
|
||||
|
||||
export interface ResolverProps {
|
||||
embeds?: Embed[] | APIEmbed[] | undefined;
|
||||
components?: TopLevelBuilders[];
|
||||
components?: TopLevelBuilders[] | TopLevelBuilders['toJSON'][];
|
||||
files?: AttachmentBuilder[] | Attachment[] | RawFile[] | undefined;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user