fix(sentinel): add YAML shortest-path validation
This commit is contained in:
@@ -16,6 +16,7 @@ export interface RenderedCliResult {
|
||||
command: string;
|
||||
renderedText: string;
|
||||
contentType: "text/plain" | "application/json" | "application/yaml";
|
||||
projection?: Record<string, unknown>;
|
||||
}
|
||||
|
||||
export interface CliInputErrorOptions {
|
||||
|
||||
Reference in New Issue
Block a user