Commit 6cb4b0df authored by Skye Yu's avatar Skye Yu

chore: modify getrealTime return type

parent e1876baa
......@@ -137,7 +137,7 @@ declare class Jensen {
startRealtime: () => Promise<ReturnStruct['common']>;
pauseRealtime: () => Promise<ReturnStruct['common']>;
stopRealtime: () => Promise<ReturnStruct['common']>;
getRealtime: (frames: number) => Promise<string>;
getRealtime: (frames: number) => Promise<{ data: Uint8Array; rest: number }>;
}
export = Jensen;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment