4 lines
51 B
TypeScript
4 lines
51 B
TypeScript
type AnvilSummaryProps = {
|
|
anvilUuid: string;
|
|
};
|
type AnvilSummaryProps = {
|
|
anvilUuid: string;
|
|
};
|