interface MigrationOptionsimport { type MigrationOptions } from "https://dotland.deno.dev/x/grammy@v1.12.4/mod.ts"; Options for enhanced sessions Type ParametersTPropertiesstorage: StorageAdapter<Enhance<T>>The original storage adapter that will be enhanced optionalmigrations: MigrationsA set of session migrations, defined as an object mapping from version numbers to migration functions that transform data to the respective version. optionalmillisecondsToLive: numberNumber of milliseconds after the last write operation until the session data expires.