Skip to content

Key

type Key = string | number

Description

A key that represents a Profile for a datastore.

Important!!

Note that all keys are eventually converted to strings when reading/writing to the DataStore! so a key of 2 and '2' would reference the same Profile!