DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGuildChannelLinksInput

    type GuildsCreateNestedOneWithoutGuildChannelLinksInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildChannelLinksInput;
        create?: XOR<
            GuildsCreateWithoutGuildChannelLinksInput,
            GuildsUncheckedCreateWithoutGuildChannelLinksInput,
        >;
    }
    Index

    Properties