Skip to content
TypeAliasTypes & Utilities@public

ParticleEffectValidationResult

Validation result for a composed particle effect document.

ts
export type ParticleEffectValidationResult = ValidationResult<ParticleEffectDocumentV1>

Released under the MIT License.