Type Alias Guild$disableBrandingArgs<ExtArgs>

Guild$disableBrandingArgs<ExtArgs>: {
    include?: GuildDisableBrandingInclude<ExtArgs> | null;
    omit?: GuildDisableBrandingOmit<ExtArgs> | null;
    select?: GuildDisableBrandingSelect<ExtArgs> | null;
    where?: GuildDisableBrandingWhereInput;
}

Guild.disableBranding

Type Parameters

Type declaration