MCPcopy
hub / github.com/srcbookdev/srcbook / FsObjectType

Interface FsObjectType

packages/web/src/types.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { CellType, CodeLanguageType, AiProviderType } from '@srcbook/shared';
2
3export interface FsObjectType {
4 path: string;
5 dirname: string;
6 basename: string;
7 isDirectory: boolean;
8}
9
10export type SettingsType = {
11 baseDir: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected