/** * Password reset token table metadata for migrations. */ export declare class PasswordResetTableMigration { /** Logical table name. */ static readonly table = "password_resets"; /** * Expected columns. */ static readonly columns: readonly ["email", "token", "created_at"]; } //# sourceMappingURL=PasswordResetTableMigration.d.ts.map