@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
47 lines (46 loc) • 833 B
TypeScript
export declare const ROUTES: {
WILDCARD: string;
SYS: {
FAVICON: string;
INFO: string[];
UID: string;
};
LOCAL: {
FS: string;
};
FILE: {
BASE: string;
INFO: string;
UPLOADED: string;
};
NS: {
CELL: string;
INFO: string;
TYPES: string;
};
CELL: {
NS: string;
INFO: string;
FS: {
FILE: {
BY_NAME: string;
BY_FILE_URI: string;
};
FILES: {
BASE: string;
UPLOAD: string;
UPLOADED: string;
COPY: string;
};
};
};
ROW: {
INFO: string;
};
COLUMN: {
INFO: string;
};
FUNC: {
RUN: string;
};
};