/** All gir elements which can be a typescript field / property */
export type TypeGirProperty = 'property' | 'field' | 'constant'
