StorageKeyFactory type

Callback per calcolare una chiave di archiviazione.

type StorageKeyFactory = (context: TurnContext) => Promise<string>;
type StorageKeyFactory = (context: TurnContext) => Promise<string>