Type Alias $RSMessageEmbedPayload<ExtArgs>
$RSMessageEmbedPayload<ExtArgs>: { composites: {}; name: "RSMessageEmbed"; objects: { fields: $RSEmbedFieldPayload<ExtArgs>[]; rsCustomMessage: $RSCustomMessagePayload<ExtArgs> | null; }; scalars: GetPayloadResult<{ author: string | null; authorIcon: string | null; color: string | null; dbId: string; description: string; footer: string | null; footerIcon: string | null; image: string | null; rsCustomMessageId: string; thumbnail: string | null; title: string | null; url: string | null; }, ExtArgs["result"]["rSMessageEmbed"]>; }