Poq.SDK.Node

Home > @poq/transform > PlainObj

PlainObj type

Type utility to define plain js object with non-typed properties.

Signature:

export declare type PlainObj = Record<string, unknown>;