UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

14 lines (13 loc) 283 B
import "@benev/slate/x/node.js"; import { AsSchema, Taxon } from "./parts/types.js"; export type FilesystemSchema = AsSchema<{ taxon: Taxon; specimens: { folder: { label: string; }; file: { label: string; }; }; }>;