Partager via


StorageKeyFactory type

Rappel pour calculer une clé de stockage.

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