DisBot
    Preparing search index...

    Type Alias GuildsUpdateToOneWithWhereWithoutGuildChannelLinksInput

    type GuildsUpdateToOneWithWhereWithoutGuildChannelLinksInput = {
        data: XOR<
            GuildsUpdateWithoutGuildChannelLinksInput,
            GuildsUncheckedUpdateWithoutGuildChannelLinksInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties