mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-21 22:29:27 +08:00
Initial commit
This commit is contained in:
12
frontend/wailsjs/go/storage/PreferencesStorage.d.ts
vendored
Executable file
12
frontend/wailsjs/go/storage/PreferencesStorage.d.ts
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function DefaultPreferences(): Promise<{ [key: string]: any }>
|
||||
|
||||
export function GetPreferences(): Promise<{ [key: string]: any }>
|
||||
|
||||
export function RestoreDefault(): Promise<{ [key: string]: any }>
|
||||
|
||||
export function SetPreferences(arg1: string, arg2: any): Promise<void>
|
||||
|
||||
export function SetPreferencesN(arg1: { [key: string]: any }): Promise<void>
|
Reference in New Issue
Block a user