CheckFormsIssuesResponse

@Serializable
data class CheckFormsIssuesResponse(val formIssues: List<GenericIssueDetails>)

Response type for the AuditsDomain.checkFormsIssues command.

Constructors

Link copied to clipboard
constructor(formIssues: List<GenericIssueDetails>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)