Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 1e83151

Browse files
committed
bracket type
1 parent 6da9c42 commit 1e83151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keytar.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ export declare function findPassword(service: string): Promise<string | null>;
4848
*
4949
* @returns A promise for the array of found credentials.
5050
*/
51-
export declare function findCredentials(service: string): Promise<Array[{ account: string, password: string}]>;
51+
export declare function findCredentials(service: string): Promise<Array<{ account: string, password: string}>>;

0 commit comments

Comments
 (0)