Type Alias GuildRolePanelEmbedFieldMaxAggregateOutputType

GuildRolePanelEmbedFieldMaxAggregateOutputType: {
    dbId: string | null;
    guildRolePanelEmbedId: string | null;
    inline: boolean | null;
    name: string | null;
    value: string | null;
}