Type Alias GuildRolePanelCountOutputTypeSelect<ExtArgs>

GuildRolePanelCountOutputTypeSelect<ExtArgs>: {
    embeds?: boolean | GuildRolePanelCountOutputTypeCountEmbedsArgs;
    rows?: boolean | GuildRolePanelCountOutputTypeCountRowsArgs;
}

Type Parameters