export const ARTICLE_STATUS = { PENDING: 'pending', GENERATING: 'generating', READY: 'ready', PUBLISHED: 'published', FAILED: 'failed', } as const;