From f0b55b7b2e9848258e72e61c66579c4a299c20d3 Mon Sep 17 00:00:00 2001 From: James Collins Date: Thu, 4 May 2023 16:49:32 +1000 Subject: [PATCH] added total to UserCollection --- resources/js/helpers/api.types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/helpers/api.types.ts b/resources/js/helpers/api.types.ts index 1571ac2..233ee28 100644 --- a/resources/js/helpers/api.types.ts +++ b/resources/js/helpers/api.types.ts @@ -106,6 +106,7 @@ export interface UserResponse { export interface UserCollection { users: Array; + total: number; } export interface LoginResponse {