DisBot
    Preparing search index...

    Type Alias GuildCommandMangerUpsertWithoutGuildsInput

    type GuildCommandMangerUpsertWithoutGuildsInput = {
        create: XOR<
            GuildCommandMangerCreateWithoutGuildsInput,
            GuildCommandMangerUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildCommandMangerUpdateWithoutGuildsInput,
            GuildCommandMangerUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildCommandMangerWhereInput;
    }
    Index

    Properties

    Properties