Interface IModelCommon

    Common

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

    Hierarchy (view full)

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin