DisBot
    Preparing search index...

    Type Alias UsersCreateOrConnectWithoutGuildBackupsInput

    type UsersCreateOrConnectWithoutGuildBackupsInput = {
        create: XOR<
            UsersCreateWithoutGuildBackupsInput,
            UsersUncheckedCreateWithoutGuildBackupsInput,
        >;
        where: UsersWhereUniqueInput;
    }
    Index

    Properties

    Properties