MCPcopy Create free account
hub / github.com/PKUHPC/OpenSCOW / ObjectTypeWithType

Interface ObjectTypeWithType

apps/mis-server/src/utils/array.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21interface ObjectTypeWithType {
22 type: string;
23 [key: string]: any;
24}
25
26export function extractTypesFromObjects(array: ObjectTypeWithType[]): string[] {
27 const types = new Set<string>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected