Skip to main content

UpdateCommentArgs

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

Type Declaration

NameType
contentstring
idnumber