2025-01-28 11:15:42 -05:00

4 lines
97 B
TypeScript

export interface API {
wakeOnLan: (mac: string, ip: string, port?: number) => Promise<void>;
}