Skip to content
Snippets Groups Projects
Commit b908afb4 authored by David Bühler's avatar David Bühler
Browse files

[ivette] Regenerates api files.

parent d889daba
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ const save_internal: Server.SetRequest<string,string | undefined> = { ...@@ -82,6 +82,7 @@ const save_internal: Server.SetRequest<string,string | undefined> = {
name: 'kernel.services.save', name: 'kernel.services.save',
input: Json.jString, input: Json.jString,
output: Json.jString, output: Json.jString,
signals: [],
}; };
/** Save the current session. Returns an error, if not successfull. */ /** Save the current session. Returns an error, if not successfull. */
export const save: Server.SetRequest<string,string | undefined>= save_internal; export const save: Server.SetRequest<string,string | undefined>= save_internal;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment