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
Ayush Agarwal -
SATO, Yoshiyuki -
Samuel Braun -
ayka.code -
Once suspended, ludder will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, ludder will be able to comment and publish posts again.
Once unpublished, all posts by ludder will become hidden and only accessible to themselves.
If ludder is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Tom.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag ludder:
Unflagging ludder will restore default visibility to their posts.
Top comments (0)