Skip to content

Instantly share code, notes, and snippets.

@tuanlc
Created July 30, 2021 04:17
Show Gist options
  • Select an option

  • Save tuanlc/7198ca57d73f6ddf1871ffbee09e3dd5 to your computer and use it in GitHub Desktop.

Select an option

Save tuanlc/7198ca57d73f6ddf1871ffbee09e3dd5 to your computer and use it in GitHub Desktop.
const companySchema = new Schema(
  {
    location: String;
    name: String,
  }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment