Type Alias GuildCreateOrConnectWithoutNotificationOverridesInput

GuildCreateOrConnectWithoutNotificationOverridesInput: {
    create: XOR<GuildCreateWithoutNotificationOverridesInput, GuildUncheckedCreateWithoutNotificationOverridesInput>;
    where: GuildWhereUniqueInput;
}