interface StoreContext {
    clock: Clock;
    dynamoDB: DynamoDBInterface;
    logger: EntityStoreLogger;
}

Properties

Properties

clock: Clock