Type Alias GuildDisableBrandingCreateNestedOneWithoutGuildInput

GuildDisableBrandingCreateNestedOneWithoutGuildInput: {
    connect?: GuildDisableBrandingWhereUniqueInput;
    connectOrCreate?: GuildDisableBrandingCreateOrConnectWithoutGuildInput;
    create?: XOR<GuildDisableBrandingCreateWithoutGuildInput, GuildDisableBrandingUncheckedCreateWithoutGuildInput>;
}