mirror of
https://github.com/kunkunsh/kunkun-ext-wol.git
synced 2025-04-04 10:26:41 +00:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
export interface API {
|
|
wakeOnLan: (mac: string, ip: string, port?: number) => Promise<void>;
|
|
}
|