Skip to content

Commit f7fdf90

Browse files
committed
Export maxMonoType from savefile types
Changed maxMonoType from a local type to an exported type to allow usage in other modules.
1 parent 4c0e7f3 commit f7fdf90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/savefile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export type cropsShippedType = {
279279
maxMono: null | maxMonoType;
280280
};
281281

282-
type maxMonoType = {
282+
export type maxMonoType = {
283283
name: string;
284284
shipped: number;
285285
}

0 commit comments

Comments
 (0)