mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 02:31:14 +01:00
move Person type to ui-types
This commit is contained in:
@@ -22,9 +22,10 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
export type Person = {
|
||||
name: string;
|
||||
mail?: string;
|
||||
};
|
||||
import { Person } from "@scm-manager/ui-types";
|
||||
|
||||
// re export type to avoid breaking changes,
|
||||
// after the type was moved to ui-types
|
||||
export { Person };
|
||||
|
||||
export const EXTENSION_POINT = "avatar.factory";
|
||||
|
||||
Reference in New Issue
Block a user