deconstruct-js

Home > deconstruct-js > StructDeconstructor

StructDeconstructor type

Dynamic deconstructor that represents a struct

Signature:

type StructDeconstructor$0<T extends Record<string, any>> = _StructDeconstructor<T>;