Type Alias GuildRolePanelDefaultArgs<ExtArgs>

GuildRolePanelDefaultArgs<ExtArgs>: {
    include?: GuildRolePanelInclude<ExtArgs> | null;
    omit?: GuildRolePanelOmit<ExtArgs> | null;
    select?: GuildRolePanelSelect<ExtArgs> | null;
}

GuildRolePanel without action

Type Parameters

Type declaration