Type alias GetterSetterDictInternal

GetterSetterDict: Dictionary<{
    get?: (() => any);
    set?: ((value) => void);
}>