Constructor
new exports(id, title, content, userId)
Create a cover letter.
Parameters:
| Name | Type | Description |
|---|---|---|
id |
string | The unique identifier value. |
title |
string | The title of the cover letter. |
content |
string | The content of the cover letter. |
userId |
string | The unique identifier of the user. |
Properties:
| Name | Type | Description |
|---|---|---|
id |
string | Unique identifier. |
title |
string | Title of the cover letter |
content |
string | Content of the cover letter |
userId |
string | Unique identifier of the user |
- Source: