Variable JSONTypes

JSONTypes: {
    get: (<T>(obj: JSONTypes, ...props: (string | number)[]) => T | undefined);
}