Type Alias GuildRolePanelEmbedFieldMinAggregateOutputType

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