Type Alias GuildRandomMessageCreateOrConnectWithoutGuildInput

GuildRandomMessageCreateOrConnectWithoutGuildInput: {
    create: XOR<GuildRandomMessageCreateWithoutGuildInput, GuildRandomMessageUncheckedCreateWithoutGuildInput>;
    where: GuildRandomMessageWhereUniqueInput;
}