fix(design): preserve command outcome certainty
This commit is contained in:
@@ -2,6 +2,7 @@ export const IMAGE_WORKSPACE_UNAVAILABLE_CODE = 'IMAGE_WORKSPACE_UNAVAILABLE';
|
||||
export const IMAGE_WORKSPACE_UNAVAILABLE_MESSAGE = 'AI 设计暂不可用';
|
||||
export const IMAGE_WORKSPACE_API_PATH = '/api/works/image-workspace';
|
||||
|
||||
export type DesignCommandFailureOutcome = 'definitive_failure' | 'unknown';
|
||||
export type DesignMedium = 'image' | 'video';
|
||||
export type DesignResolution = 'open' | 'proposed' | 'resolved' | 'delegated' | 'not_applicable';
|
||||
export type DesignProvenance =
|
||||
|
||||
Reference in New Issue
Block a user