parent
4d5d698a9c
commit
ba9c65addc
4 changed files with 32 additions and 7 deletions
@ -1,3 +1,7 @@ |
||||
type AnvilSummaryProps = { |
||||
type AnvilSummaryOptionalProps = { |
||||
refreshInterval?: number; |
||||
}; |
||||
|
||||
type AnvilSummaryProps = AnvilSummaryOptionalProps & { |
||||
anvilUuid: string; |
||||
}; |
||||
|
@ -0,0 +1,5 @@ |
||||
type AnvilSummaryListOptionalProps = { |
||||
refreshInterval?: number; |
||||
}; |
||||
|
||||
type AnvilSummaryListProps = AnvilSummaryListOptionalProps; |
Loading…
Reference in new issue