ObjectLiteral
Signature
export type ObjectLiteral<T = unknown> = { [K in PropertyKey]: T;};Members
This export does not declare public properties or methods in the generated declaration file.
export type ObjectLiteral<T = unknown> = { [K in PropertyKey]: T;};This export does not declare public properties or methods in the generated declaration file.