This commit is contained in:
2023-03-09 02:20:10 +09:00
parent 4ba9468fae
commit cea00133d2
6 changed files with 255 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export type ExecuteResponse = {
updated: boolean;
locked: boolean;
lastExecuted: string;
};
}
export type GetRecentRecordResponse = {
result: true;