Type alias SomeObject

SomeObject: Record<string, unknown>

Useful Type for prop access via []

See

suggestion: treat in operator as type guard which asserts property existence #21732 https://github.com/microsoft/TypeScript/issues/21732

Generated using TypeDoc