Skip to content

Commit

Permalink
fix: renames property
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorin committed Apr 26, 2024
1 parent e13ed3d commit 3417739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/state/state/IShutdownPromptTimerState.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DeviceState } from './DeviceState';

export interface IShutdownPromptTimerState extends DeviceState {
timeRemaining?: string;
secondsRemaining?: number;
percentageRemaining?: number;
shutdownPromptSeconds: number;
}

0 comments on commit 3417739

Please sign in to comment.