From 7f43ef6c56096a624f6d02281ff5f9d7aaff5406 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 27 Jan 2026 16:59:32 +0700 Subject: [PATCH] chore: adjust Approvals type --- src/types/api/api-general.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/api/api-general.d.ts b/src/types/api/api-general.d.ts index d3deb616..00a26ba0 100644 --- a/src/types/api/api-general.d.ts +++ b/src/types/api/api-general.d.ts @@ -113,7 +113,7 @@ export type BaseGroupedApproval = { approvals: BaseApproval[]; }; -export type Approvals = BaseApiResponse; +export type Approvals = BaseApiResponse; export type GroupedApprovals = BaseApiResponse;