Common

interface IModelCommon {
    done?: boolean;
    error?: string | Error;
    index: number;
    title: string;
}

Hierarchy (View Summary)

Properties

Properties

done?: boolean
error?: string | Error
index: number
title: string