PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/biomes
Readonly
Type Alias Readonly<T>
Readonly
:
{
readonly
[
P
in
keyof
T
]
:
T
[
P
]
}
Make all properties in T readonly
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...
Make all properties in T readonly