Jelajahi Sumber

Update index.ts

SVDBG 2 tahun lalu
induk
melakukan
eebfaa1d58
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/api/login/index.ts

+ 1 - 1
src/api/login/index.ts

@@ -15,7 +15,7 @@ export const loginOutApi = (): Promise<IResponse> => {
 
 export const getUserListApi = ({ params }: AxiosConfig) => {
   return request.get<{
-    code: ''
+    code: string
     data: {
       list: UserType[]
       total: number