@plteam/chat-ui
Version:
CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript
13 lines (12 loc) • 650 B
JavaScript
import LICENSE_STATUS from "./ChatLicenseStatus";
const ChatLicenseError = {
[]: 'Invalid license key',
[]: 'Missing license key',
[]: 'License key out of scope',
[]: 'License key expired',
[]: 'License key expired (grace period)',
[]: 'License key expired (version)',
[]: 'License key not available in initial pro plan',
[]: 'Valid license key',
};
export default ChatLicenseError;