StorageKeyFactory type

ストレージ キーを計算するためのコールバック。

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