Files
custum-hyprpanel/lib/types/power.d.ts
2024-07-26 23:11:33 -07:00

2 lines
65 B
TypeScript

export type Action = "sleep" | "reboot" | "logout" | "shutdown";