Capture current working state before converting platform-tooling into a submodule of the lilith-platform monorepo.
3 lines
59 B
TypeScript
3 lines
59 B
TypeScript
export interface ControllerMetadata {
|
|
path?: string;
|
|
}
|