UNPKG

silvie

Version:

Typescript Back-end Framework

4 lines (3 loc) 63 B
export default interface ISeeder { seed(): Promise<any>; }