Type Alias GuildDisableBrandingCreateOrConnectWithoutGuildInput

GuildDisableBrandingCreateOrConnectWithoutGuildInput: {
    create: XOR<GuildDisableBrandingCreateWithoutGuildInput, GuildDisableBrandingUncheckedCreateWithoutGuildInput>;
    where: GuildDisableBrandingWhereUniqueInput;
}