MCPcopy Index your code
hub / github.com/triggerdotdev/jsonhero-web / HierarchicalTypes

Interface HierarchicalTypes

app/utilities/dataType.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { JSONValueType } from "@jsonhero/json-infer-types";
2
3export interface HierarchicalTypes {
4 types: string[];
5}
6
7export function concatenated(types: HierarchicalTypes): string {
8 return types.types.join("/");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected