NodeFragment<Type>: z.infer<typeof Neo4j.NodeFragment> & {
    type: Type;
}

Type Parameters

  • Type = any