mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Format
This commit is contained in:
parent
edd0643fb1
commit
5faf048f25
@ -80,7 +80,7 @@ export interface Setting {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type LanguageType = {
|
type LanguageType = {
|
||||||
key:string|`${string}-${string}`;
|
key: string;
|
||||||
label: string;
|
label: string;
|
||||||
handler?: () => {};
|
handler?: () => {};
|
||||||
value?: string;
|
value?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user