UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

13 lines (12 loc) 250 B
import { AsSchema, Taxon } from "./parts/types.js"; export type FilesystemSchema = AsSchema<{ taxon: Taxon; specimens: { folder: { label: string; }; file: { label: string; }; }; }>;