20 lines
639 B
TypeScript
20 lines
639 B
TypeScript
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore: Unused imports
|
|
import type { Events } from "@wailsio/runtime";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore: Unused imports
|
|
import type * as discovery$0 from "../../../../../mesh-drop/internal/discovery/models.js";
|
|
|
|
declare module "@wailsio/runtime" {
|
|
namespace Events {
|
|
interface CustomEvents {
|
|
"peers:update": discovery$0.Peer[];
|
|
"transfer:refreshList": void;
|
|
}
|
|
}
|
|
}
|