Mika Scraper / FantaxyCompletedResponse
Interface: FantaxyCompletedResponse
Defined in: src/logo-generator/fantaxy.ts:18
Represents the complete response returned when logo generation is successfully completed.
Properties
msg
- Type:
"process_completed"
- Description: Indicates that the logo generation process has been completed successfully.
- Defined in:
src/logo-generator/fantaxy.ts:19
event_id
- Type:
string
- Description: A unique identifier for the logo generation event.
- Defined in:
src/logo-generator/fantaxy.ts:20
output
- Type:
FantaxyOutput
- Description: Contains the details about the generated logo, including its specifications and any related metadata.
- Defined in:
src/logo-generator/fantaxy.ts:21
success
- Type:
boolean
- Description: Indicates whether the logo generation was successful. A value of
true
confirms successful completion, whilefalse
indicates a failure. - Defined in:
src/logo-generator/fantaxy.ts:22
title
- Type:
null
|string
- Description: The title associated with the generated logo, which may be null if no title was provided during the generation request.
- Defined in:
src/logo-generator/fantaxy.ts:23
Last updated on