DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutGuildChannelLinksInput

    type GuildsCreateOrConnectWithoutGuildChannelLinksInput = {
        create: XOR<
            GuildsCreateWithoutGuildChannelLinksInput,
            GuildsUncheckedCreateWithoutGuildChannelLinksInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties