Small header (#1721)

Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
Eduard Heimbuch
2021-07-07 16:26:58 +02:00
committed by GitHub
parent 123bf5c862
commit cd6e624e61
20 changed files with 656 additions and 182 deletions

View File

@@ -22,10 +22,11 @@
* SOFTWARE.
*/
import { Links } from "./hal";
import { Embedded, Links } from "./hal";
export type IndexResources = {
version: string;
initialization?: string;
_links: Links;
_embedded?: Embedded;
};