Type Alias $GuildRolePanelEmbedPayload<ExtArgs>
$GuildRolePanelEmbedPayload<ExtArgs>: { composites: {}; name: "GuildRolePanelEmbed"; objects: { fields: $GuildRolePanelEmbedFieldPayload<ExtArgs>[]; guildRolePanel: $GuildRolePanelPayload<ExtArgs> | null; }; scalars: GetPayloadResult<{ author: string | null; authorIcon: string | null; color: string | null; dbId: string; description: string; footer: string | null; footerIcon: string | null; guildRolePanelId: string; image: string | null; order: number; thumbnail: string | null; title: string | null; url: string | null; }, ExtArgs["result"]["guildRolePanelEmbed"]>; }