supa-seed
Version:
A constraint-aware, framework-agnostic database seeding framework with deep PostgreSQL business logic discovery and MakerKit integration support
8 lines • 317 B
TypeScript
import { SeedModule } from '../../../core/types/types';
export declare class AuthSeeder extends SeedModule {
seed(): Promise<void>;
private setupAuthConfig;
createTestUser(email: string, password?: string): Promise<string>;
deleteTestUsers(): Promise<void>;
}
//# sourceMappingURL=auth-seeder.d.ts.map