UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

5 lines (4 loc) 91 B
export interface FormValidationResonse { isValid: boolean; errorMessage: string; }