export type PropertyCase = "both" | "camel" | "underscore";
