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