UpdateModelComment.Variables type

Signature:

type Variables = {
        id: number;
        message: string;
        plainText: string;
    };