UNPKG

silvie

Version:

Typescript Back-end Framework

5 lines (4 loc) 90 B
export default interface IMigration { up(): Promise<any>; down(): Promise<any>; }