From eb652a45c6afa5c04721dc0b783bd70265bd54f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Diogo?= <81711421+andredifs@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:28:12 -0300 Subject: [PATCH] Fix tags type on transfer.d.ts --- types/transfer/transfer.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/transfer/transfer.d.ts b/types/transfer/transfer.d.ts index e10f0f3a..3f99e345 100644 --- a/types/transfer/transfer.d.ts +++ b/types/transfer/transfer.d.ts @@ -48,7 +48,7 @@ declare module 'starkbank' { externalId: string | null scheduled: string | null description: string | null - tags: string | null + tags: string[] | null rules: transfer.Rule[] | null readonly id : string