DisBot
    Preparing search index...

    Type Alias GuildBackupsUpsertWithWhereUniqueWithoutUsersInput

    type GuildBackupsUpsertWithWhereUniqueWithoutUsersInput = {
        create: XOR<
            GuildBackupsCreateWithoutUsersInput,
            GuildBackupsUncheckedCreateWithoutUsersInput,
        >;
        update: XOR<
            GuildBackupsUpdateWithoutUsersInput,
            GuildBackupsUncheckedUpdateWithoutUsersInput,
        >;
        where: GuildBackupsWhereUniqueInput;
    }
    Index

    Properties

    Properties