29 lines
981 B
TypeScript
29 lines
981 B
TypeScript
//@ts-check
|
|
// 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 { Create as $Create } from "@wailsio/runtime";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore: Unused imports
|
|
import * as main$0 from "../../../../../mesh-drop/models.js";
|
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore: Unused imports
|
|
import * as discovery$0 from "../../../../../mesh-drop/internal/discovery/models.js";
|
|
|
|
function configure() {
|
|
Object.freeze(Object.assign($Create.Events, {
|
|
"files-dropped": $$createType0,
|
|
"peers:update": $$createType2,
|
|
}));
|
|
}
|
|
|
|
// Private type creation functions
|
|
const $$createType0 = main$0.FilesDroppedEvent.createFrom;
|
|
const $$createType1 = discovery$0.Peer.createFrom;
|
|
const $$createType2 = $Create.Array($$createType1);
|
|
|
|
configure();
|