Type Alias GuildDisableBranding$guildArgs<ExtArgs>

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

GuildDisableBranding.guild

Type Parameters

Type declaration