feat: add removable prop to nodes in anvil status

main
Josue 4 years ago committed by Tsu-ba-me
parent e557758983
commit b70984f5e5
  1. 1
      striker-ui/types/AnvilStatus.d.ts

@ -2,6 +2,7 @@ declare type AnvilStatusNode = {
state: 'unknown' | 'off' | 'on' | 'accessible' | 'ready';
state_percent: number;
state_message: string;
removable: boolean;
};
declare type AnvilStatus = {

Loading…
Cancel
Save