Generic API response format.
export interface AniListResponse<T> { data: T; errors?: GraphQLError[];} Copy
export interface AniListResponse<T> { data: T; errors?: GraphQLError[];}
Optional
Generic API response format.
Source