init commit
This commit is contained in:
10
src/interfaces/api-result.ts
Normal file
10
src/interfaces/api-result.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ApiPagination } from "./api-pagination";
|
||||
|
||||
export interface ApiResult {
|
||||
'@context': string;
|
||||
'@id': string;
|
||||
type: string;
|
||||
'hydra:member': Array<any>;
|
||||
'hydra:totalItems': number;
|
||||
'hydra:view': ApiPagination
|
||||
}
|
||||
Reference in New Issue
Block a user