seagull-js/seagull

View on GitHub
packages/seed/src/local-config.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Local config for local seed creation/update modifications.
 */
export interface LocalConfig<T> {
  hook?: (fixture: T) => T
  expiresInDays?: number
}