DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutYoutubeNotificationsInput

    type GuildsCreateNestedOneWithoutYoutubeNotificationsInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutYoutubeNotificationsInput;
        create?: XOR<
            GuildsCreateWithoutYoutubeNotificationsInput,
            GuildsUncheckedCreateWithoutYoutubeNotificationsInput,
        >;
    }
    Index

    Properties