Home > deconstruct-js > StructDeconstructor
Dynamic deconstructor that represents a struct
Signature:
type StructDeconstructor$0<T extends Record<string, any>> = _StructDeconstructor<T>;