feat: add data type to handle Anvil memory data

main
Josue 4 years ago committed by Tsu-ba-me
parent 7fac054bc4
commit c2e47f40ab
  1. 4
      striker-ui/types/AnvilMemory.d.ts

@ -0,0 +1,4 @@
declare type AnvilMemory = {
total: number;
free: number;
};
Loading…
Cancel
Save