UNPKG

ngx-sails-socketio

Version:

An Angular module for connecting SailsJs backend through SocketIO.

7 lines (6 loc) 130 B
export interface SailsModelInterface { id: string; createdAt: Date; updatedAt: Date; getEndPoint: () => string; }