다음을 통해 공유


StorageKeyFactory type

스토리지 키를 계산하기 위한 콜백입니다.

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