CustomValidateResponse
Definition
export interface CustomValidateResponse {
valid: boolean,
error?: string
}Usage
import { CustomValidateResponse } from 'uxp/components';Last updated
export interface CustomValidateResponse {
valid: boolean,
error?: string
}import { CustomValidateResponse } from 'uxp/components';Last updated