import { DocumentType } from './documentType'; export interface TerminalMethodDocumentTypesResponse { data: Array; }