feat(gateway): complete openclaw phase1 queue parity v2
This commit is contained in:
@@ -28,4 +28,8 @@ export interface CommandServices {
|
||||
|
||||
getElevation?: () => Promise<string> | string;
|
||||
setElevation?: (input: string) => Promise<string> | string;
|
||||
|
||||
getQueue?: () => Promise<string> | string;
|
||||
setQueue?: (input: string) => Promise<string> | string;
|
||||
resetQueue?: () => Promise<string> | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user