DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutGuildComponentManagerInput

    type GuildsUpsertWithoutGuildComponentManagerInput = {
        create: XOR<
            GuildsCreateWithoutGuildComponentManagerInput,
            GuildsUncheckedCreateWithoutGuildComponentManagerInput,
        >;
        update: XOR<
            GuildsUpdateWithoutGuildComponentManagerInput,
            GuildsUncheckedUpdateWithoutGuildComponentManagerInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties