(path: string, schema: SpaceTableSchema)
| 70 | commandsForSpace(path: string): Promise<Command[]>; |
| 71 | runCommand(path: string, name: string, instance: ActionInstance): Promise<CommandResult>; |
| 72 | createCommand(path: string, schema: SpaceTableSchema): Promise<boolean>; |
| 73 | deleteCommand(path: string, name: string): Promise<boolean>; |
| 74 | saveCommand(path: string, schemaId: string, saveCommand: (prev: Command) => Command): Promise<boolean>; |
| 75 | allPaths(type?: string[]): string[]; |
no outgoing calls
no test coverage detected