/** A type alias for fields which *should* be treated as numerical */
export type GirUnparsedNumber = string;
