UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

6 lines (5 loc) 108 B
import { Issue } from './issue'; export interface Message { diagnostics: Issue[]; lints: Issue[]; }