import { Model } from '../model'; export type ExtractModelPersistedAttributesType = T extends Model ? PersistedAttributes : never;