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
Christopher Duran -
Matthias -
Gaurav -
Ingila Ejaz -
Top comments (0)