Type Alias $CSMessageEmbedPayload<ExtArgs>
$CSMessageEmbedPayload<ExtArgs>: { composites: {}; name: "CSMessageEmbed"; objects: { csCustomMessage: $CSCustomMessagePayload<ExtArgs> | null; fields: $CSEmbedFieldPayload<ExtArgs>[]; }; scalars: GetPayloadResult<{ author: string | null; authorIcon: string | null; color: string | null; csCustomMessageId: string; dbId: string; description: string; footer: string | null; footerIcon: string | null; image: string | null; thumbnail: string | null; title: string | null; url: string | null; }, ExtArgs["result"]["cSMessageEmbed"]>; }