change return type.

parent c3a501b4
......@@ -21,5 +21,5 @@ export function getInstanceID(): string;
export function isEmulator(): boolean;
export function isTablet(): boolean;
export function isPinOrFingerprintSet(): (cb: (isPinOrFingerprintSet: boolean) => void) => void;
export function getFirstInstallTime(): string;
export function getLastUpdateTime(): string;
export function getFirstInstallTime(): number;
export function getLastUpdateTime(): number;
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