Type Alias $GuildRolePanelPayload<ExtArgs>
$GuildRolePanelPayload<ExtArgs>: { composites: {}; name: "GuildRolePanel"; objects: { embeds: $GuildRolePanelEmbedPayload<ExtArgs>[]; rows: $GuildRolePanelRolePayload<ExtArgs>[]; }; scalars: GetPayloadResult<{ assignMode: RolePanelAssignMode; boosterOnly: boolean | null; channelId: string; dbId: string; guildId: string; interactionType: RolePanelType; logChannelId: string | null; maxRoles: number | null; messageId: string | null; name: string; panelId: string; requireAccountAgeDays: number | null; requireJoinAgeDays: number | null; requireMessageCount: number | null; webhookAvatarUrl: string | null; webhookEnabled: boolean; webhookUsername: string | null; }, ExtArgs["result"]["guildRolePanel"]>; }