Type Alias GuildAutoLiveRoleDefaultArgs<ExtArgs>

GuildAutoLiveRoleDefaultArgs<ExtArgs>: {
    include?: GuildAutoLiveRoleInclude<ExtArgs> | null;
    omit?: GuildAutoLiveRoleOmit<ExtArgs> | null;
    select?: GuildAutoLiveRoleSelect<ExtArgs> | null;
}

GuildAutoLiveRole without action

Type Parameters

Type declaration