DisBot
    Preparing search index...

    Type Alias VanityAnalyticCreateNestedOneWithoutLatest30DaysInput

    type VanityAnalyticCreateNestedOneWithoutLatest30DaysInput = {
        connect?: VanityAnalyticWhereUniqueInput;
        connectOrCreate?: VanityAnalyticCreateOrConnectWithoutLatest30DaysInput;
        create?: XOR<
            VanityAnalyticCreateWithoutLatest30DaysInput,
            VanityAnalyticUncheckedCreateWithoutLatest30DaysInput,
        >;
    }
    Index

    Properties