Home > @poq/transform > PlainObj
Type utility to define plain js object with non-typed properties.
Signature:
export declare type PlainObj = Record<string, unknown>;