/** All gir elements which can be a typescript enumeration */
export type TypeGirEnumerationMember = "enum-member" | "bitfield-member";
