mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-03 00:38:23 +00:00
refactor: enhance authentication and signup flow with new providers, update middleware matcher, and improve type safety for API responses
This commit is contained in:
@ -9,7 +9,7 @@ export interface Meta {
|
||||
last_page: number;
|
||||
}
|
||||
|
||||
export interface DataResponse<T> {
|
||||
export interface ApiResponse<T> {
|
||||
meta: Meta;
|
||||
links: Links;
|
||||
data: T[];
|
||||
|
Reference in New Issue
Block a user