mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
Small header (#1721)
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user