export type PrimitiveMap = {
    string: string;
    number: number;
    boolean: boolean;
};
