JSONPathLegNode: Readonly<{
    create(type, value): kysely.JSONPathLegNode;
    is(node): node is kysely.JSONPathLegNode;
}>

Type declaration