typealias RESTPostAPIInteractionCallbackFormDataBody

external
export type RESTPostAPIInteractionCallbackFormDataBody = (Record<`files[${bigint}]`, unknown> & {  payload_json?: string | undefined;}) | (Record<`files[${bigint}]`, unknown> & RESTPostAPIInteractionCallbackJSONBody);

https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response

Union Members

(Record<`files[${bigint}]`, unknown> & { payload_json?: string | undefined;}) | (Record<`files[${bigint}]`, unknown> & RESTPostAPIInteractionCallbackJSONBody)