Class: exports

exports(id, title, content, userId)

Class representing a cover letter.

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:

exports(id)

Class representing an experience.

Constructor

new exports(id)

Create an experience.
Parameters:
Name Type Description
id string The unique identifier value.
Properties:
Name Type Description
id string Unique identifier.
title string
start Date
end Date
description Date
Source:

exports()

A class representing database for a job application

exports(id)

Class representing a job application.

Constructor

new exports(id)

Create a job application.
Parameters:
Name Type Description
id string The unique identifier value.
Source:

exports(id, title)

Parent class representing a generic tag.

Constructor

new exports(id, title)

Create a tag.
Parameters:
Name Type Description
id string The unique identifier value.
title string The title of the tag.
Source:

exports(id)

Class representing a user profile.

Constructor

new exports(id)

Create a user profile.
Parameters:
Name Type Description
id string The unique identifier value.
Source: