Component Type Status
data class ComponentTypeStatus(val error: Either<Any, ComponentTypeStatusErrorProperties>? = null, val state: ComponentTypeStatusState? = null)
Constructors
Link copied to clipboard
constructor(error: Either<Any, ComponentTypeStatusErrorProperties>? = null, state: ComponentTypeStatusState? = null)