UNPKG

@hedystia/better-auth-typeorm

Version:

<div align="center"> <p> <strong>📦 @hedystia/better-auth-typeorm</strong> </p>

11 lines (7 loc) • 307 B
import { MigrationInterface, QueryRunner } from 'typeorm'; declare class User1743030454220 implements MigrationInterface { up(queryRunner: QueryRunner): Promise<void>; down(queryRunner: QueryRunner): Promise<void>; } declare const migrations: (typeof User1743030454220)[]; export { migrations };