UNPKG

@coko/server

Version:

Reusable server for use by Coko's projects

11 lines 243 B
declare const labels: { ACTIVITY_LOG_SERVICE: string; }; declare const actionTypes: { CREATE: string; UPDATE: string; PATCH: string; DELETE: string; }; export { labels, actionTypes }; //# sourceMappingURL=constants.d.ts.map