Type alias SubmitResults

SubmitResults: ListResponse<(SubmitResultItem & {
    formId: string;
})[]>

多个问卷提交结果

Generated using TypeDoc