mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
added missing templated attribute to Link
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export type Link = {
|
||||
href: string;
|
||||
name?: string;
|
||||
templated?: boolean;
|
||||
};
|
||||
|
||||
type LinkValue = Link | Link[];
|
||||
|
||||
Reference in New Issue
Block a user