Type Alias ManageCreativeAssetsError
ManageCreativeAssetsError: { creative_id?: string; message: string } & (
| { code: string; error_code?: string }
| { code?: string; error_code: string }
)
Type Declaration
Optionalcreative_id?: string
message: string
- { code: string; error_code?: string }
code: string
Optionalerror_code?: string
- { code?: string; error_code: string }
Optionalcode?: string
error_code: string
Deprecated
Use
code. Preserved for older creative-library integrations.