UNPKG

strapi-plugin-io

Version:

A plugin for Strapi CMS that provides the ability for Socket IO integration

12 lines (9 loc) 156 B
'use strict'; const API_TOKEN_TYPE = { READ_ONLY: 'read-only', FULL_ACCESS: 'full-access', CUSTOM: 'custom', }; module.exports = { API_TOKEN_TYPE, };