Patrik Pompe
Results
2
comments of
Patrik Pompe
@danghieuliem until DefinitelyTyped/DefinitelyTyped/pull/69341 is not merged, react type redeclaration may help you ``` declare const UNDEFINED_VOID_ONLY: unique symbol; declare module "react" { export type VoidOrUndefinedOnly = void | { [UNDEFINED_VOID_ONLY]:...
I was looking for view `public.decrypted_table_name`, but found only view `pgsodium_masks.table_name` with `decrypted_column_name`. Not sure if this is right to use it, but it seems to work. Maybe this will...