Skip to content

Commit d303037

Browse files
committed
chore: types
1 parent f4776af commit d303037

File tree

1 file changed

+6
-1
lines changed
  • src/extension/background-script/connectors

1 file changed

+6
-1
lines changed

src/extension/background-script/connectors/galoy.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@ class Galoy implements Connector {
8686
];
8787
}
8888

89-
async getInfo(): Promise<GetInfoResponse> {
89+
async getInfo(): Promise<
90+
GetInfoResponse<{
91+
alias: string;
92+
lightning_address?: string;
93+
}>
94+
> {
9095
const query = {
9196
query: `
9297
query getinfo {

0 commit comments

Comments
 (0)