MCPcopy Create free account
hub / github.com/Wulf/tsync / Folder

Interface Folder

test/generic/typescript.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* This file is generated and managed by tsync */
2
3export interface Folder {
4 name: string;
5 children: Paginated<Folder>;
6}
7
8export interface Paginated<T> {
9 data: Array<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected