Skip to content

RequestedFormStatusType

The status of the requested form

Fields

status · String · Used to return something after request if the job has been triggered

Used By

Definition

"""
The status of the requested form
"""
type RequestedFormStatusType {
"""
Used to return something after request if the job has been triggered
"""
status: String
}