Skip to main content

UpdateCommentArgs

type UpdateCommentArgs = {
content: string;
id: string;
};

Type Declaration

NameType
contentstring
idstring