export type RelationshipType = 'hasOne' | 'hasMany' | 'belongsTo' | 'hasManyInArray' | 'hasOneThrough' | 'hasManyThrough' | 'belongsToThrough';