CustomValidateResponse

Definition

export interface CustomValidateResponse {
    valid: boolean,
    error?: string
}

Usage

import { CustomValidateResponse } from 'uxp/components';

Last updated