UNPKG

@atlaskit/rovo-agent-components

Version:

This package host public components related to rovo agents, the components here are needed for other public atlaskit packages

8 lines (7 loc) 318 B
type MessageKeys = 'verifyAgentLabel' | 'unverifyAgentLabel' | 'verifySuccessTitle' | 'unverifySuccessTitle' | 'verifyErrorTitle' | 'unverifyErrorTitle' | 'errorDescription'; declare const message: Record<MessageKeys, { id: string; defaultMessage: string; description?: string; }>; export default message;