Skip to content

Instantly share code, notes, and snippets.

@antoniomesquita09
Created February 22, 2021 17:06
Show Gist options
  • Save antoniomesquita09/8a793abd919ea80aa57df71df99c1754 to your computer and use it in GitHub Desktop.
Save antoniomesquita09/8a793abd919ea80aa57df71df99c1754 to your computer and use it in GitHub Desktop.
Global type
const userType = require('./user/type');
const messageType = require('./message/type');
const roomType = require('./room/type');
module.exports = [userType, messageType, roomType];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment