power_usage lint

pull/3498/head
Rob Pilling 2024-07-09 08:50:42 +01:00
parent 1621ad6e07
commit ef0c6a7708
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ type PowerUsage = {
batt: number, // battery percentage
};
// eslint-disable-next-line no-unused-vars
type PowerUsageModule = {
get: () => PowerUsage,
};