export type expandProperties = {
    [key: string]: string;
};
export type ShorthandProperties = {
    [key: string]: string[];
};
