DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutGuildCommandMangerInput

    type GuildsUpsertWithoutGuildCommandMangerInput = {
        create: XOR<
            GuildsCreateWithoutGuildCommandMangerInput,
            GuildsUncheckedCreateWithoutGuildCommandMangerInput,
        >;
        update: XOR<
            GuildsUpdateWithoutGuildCommandMangerInput,
            GuildsUncheckedUpdateWithoutGuildCommandMangerInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties