-
Notifications
You must be signed in to change notification settings - Fork 3
New features and bug fixes #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
63e0067
a19150d
e1abc86
dafbb66
a678d53
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // 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 {Call as $Call, Create as $Create} from "@wailsio/runtime"; | ||
|
|
||
| // eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
| // @ts-ignore: Unused imports | ||
| import * as $models from "./models.js"; | ||
|
|
||
| export function GetCurrencyData(): Promise<$models.CurrencyData | null> & { cancel(): void } { | ||
| let $resultPromise = $Call.ByID(3852526484) as any; | ||
|
Check warning on line 13 in frontend/bindings/voidraft/internal/services/currencyservice.ts
|
||
| let $typingPromise = $resultPromise.then(($result: any) => { | ||
|
Check warning on line 14 in frontend/bindings/voidraft/internal/services/currencyservice.ts
|
||
|
landaiqing marked this conversation as resolved.
|
||
| return $$createType1($result); | ||
| }) as any; | ||
|
Check warning on line 16 in frontend/bindings/voidraft/internal/services/currencyservice.ts
|
||
| $typingPromise.cancel = $resultPromise.cancel.bind($resultPromise); | ||
| return $typingPromise; | ||
| } | ||
|
|
||
| // Private type creation functions | ||
| const $$createType0 = $models.CurrencyData.createFrom; | ||
| const $$createType1 = $Create.Nullable($$createType0); | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.