Variable errorsConst

    errors: {
        name: string;
        selected: string;
        type: string;
        update: string;
    } = ...

    Errors

    Type declaration

    • name: string
    • selected: string
    • type: string
    • update: string

    Generated using TypeDoc and TypeDoc Airthium Plugin