mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +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 {
|
export interface ResolverProps {
|
||||||
embeds?: Embed[] | APIEmbed[] | undefined;
|
embeds?: Embed[] | APIEmbed[] | undefined;
|
||||||
components?: TopLevelBuilders[];
|
components?: TopLevelBuilders[] | TopLevelBuilders['toJSON'][];
|
||||||
files?: AttachmentBuilder[] | Attachment[] | RawFile[] | undefined;
|
files?: AttachmentBuilder[] | Attachment[] | RawFile[] | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user