mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
use reflow to migrate from flow to typescript
This commit is contained in:
9
scm-ui/ui-webapp/src/components/InfoItem.ts
Normal file
9
scm-ui/ui-webapp/src/components/InfoItem.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Link } from '@scm-manager/ui-types';
|
||||
|
||||
export type InfoItem = {
|
||||
title: string;
|
||||
summary: string;
|
||||
_links: {
|
||||
[key: string]: Link;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user