DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutAutoPublishInput

    type GuildsUpsertWithoutAutoPublishInput = {
        create: XOR<
            GuildsCreateWithoutAutoPublishInput,
            GuildsUncheckedCreateWithoutAutoPublishInput,
        >;
        update: XOR<
            GuildsUpdateWithoutAutoPublishInput,
            GuildsUncheckedUpdateWithoutAutoPublishInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties