Type Alias GuildRolePanelInclude<ExtArgs>

GuildRolePanelInclude<ExtArgs>: {
    _count?: boolean | GuildRolePanelCountOutputTypeDefaultArgs<ExtArgs>;
    embeds?: boolean | GuildRolePanel$embedsArgs<ExtArgs>;
    rows?: boolean | GuildRolePanel$rowsArgs<ExtArgs>;
}

Type Parameters