Sometimes I need to type an object, but I don't know how it will look like. Then I type it with the Record utility type:
export interface Label {
name: string;
options: Record<string, any>[];
}
Sometimes I need to type an object, but I don't know how it will look like. Then I type it with the Record utility type:
export interface Label {
name: string;
options: Record<string, any>[];
}
For further actions, you may consider blocking this person and/or reporting abuse
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Dima Vyshniakov -
Enrique Marín -
Daniel Griffiths -
Enrique Marín -
Top comments (0)