Variable errorsConst

    errors: {
        badFormat: string;
        badSize: string;
        update: string;
        upload: string;
    } = ...

    Errors

    Type declaration

    • badFormat: string
    • badSize: string
    • update: string
    • upload: string

    Generated using TypeDoc and TypeDoc Airthium Plugin