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