UNPKG

ngx-sp-infra

Version:
7 lines (6 loc) • 182 B
import { IError } from '../utils/ierror'; export declare class RetObjectList implements IError { Error: boolean; ErrorMessage: string; ObjectList: string[] | number[]; }