import { type MigrationOptions } from "https://deno.land/x/grammy_menu@v1.2.2/deps.deno.ts";
Options for enhanced sessions
Properties
storage: StorageAdapter<Enhance<T>>
The original storage adapter that will be enhanced
optional
migrations: MigrationsA set of session migrations, defined as an object mapping from version numbers to migration functions that transform data to the respective version.