mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-05 15:16:54 +08:00
13 lines
468 B
TypeScript
Executable File
13 lines
468 B
TypeScript
Executable File
// 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>
|