DialogValidation
Defined in: src/types/actions/dialog-action.ts:42
A Slack dialog submission validation response. Use an object of this type to describe errors regarding inputs that were part of the submission.
Properties
errors
errors: object[];
Defined in: src/types/actions/dialog-action.ts:43
error
error: string;
name
name: string;