/**
 * Storage key string constants
 */
export enum StorageKeys
{
	USAGE = 'usage'
}
