UNPKG

ngx-sp-infra

Version:
7 lines (6 loc) • 171 B
import { IError } from '../utils/ierror'; export declare class RetStringList implements IError { Error: boolean; ErrorMessage: string; StringList: string[]; }