DisBot
    Preparing search index...

    Type Alias GuildBackupsCreateOrConnectWithoutUsersInput

    type GuildBackupsCreateOrConnectWithoutUsersInput = {
        create: XOR<
            GuildBackupsCreateWithoutUsersInput,
            GuildBackupsUncheckedCreateWithoutUsersInput,
        >;
        where: GuildBackupsWhereUniqueInput;
    }
    Index

    Properties

    Properties