StorageValues
Type representing the customizable player storage values.
Signature
type StorageValues<V extends StorageKeys = StorageKeys> = V extends keyof CustomizablePlayerStorage ? CustomizablePlayerStorage[V] : unknown;Members
This export does not declare public properties or methods in the generated declaration file.