Integration App SDK - v1.14.0
    Preparing search index...

    Type Alias typeToFlattenedError<T, U>

    type typeToFlattenedError<T, U = string> = {
        formErrors: U[];
        fieldErrors: { [P in allKeys<T>]?: U[] };
    }

    Type Parameters

    • T
    • U = string
    Index

    Properties

    formErrors: U[]
    fieldErrors: { [P in allKeys<T>]?: U[] }