SerializableKeySingle

Type Alias
Value that can be used as a key in MapStorage and a value for SetStorage. See the Properties and Storage chapter of the main guide for more information.
export type SerializableKeySingle = number | string | boolean | Buffer;