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