loginhandler.ts 423 B

1234567891011
  1. // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
  2. // This file is automatically generated. DO NOT EDIT
  3. // eslint-disable-next-line @typescript-eslint/ban-ts-comment
  4. // @ts-ignore: Unused imports
  5. import {Call as $Call, Create as $Create} from "@wailsio/runtime";
  6. export function IsLogin(): Promise<void> & { cancel(): void } {
  7. let $resultPromise = $Call.ByID(2312313717) as any;
  8. return $resultPromise;
  9. }