Type Alias GuildAutoLiveRole$guildArgs<ExtArgs>

GuildAutoLiveRole$guildArgs<ExtArgs>: {
    include?: GuildInclude<ExtArgs> | null;
    omit?: GuildOmit<ExtArgs> | null;
    select?: GuildSelect<ExtArgs> | null;
    where?: GuildWhereInput;
}

GuildAutoLiveRole.guild

Type Parameters

Type declaration