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

    Type Alias ParseParams

    type ParseParams = {
        path: (string | number)[];
        errorMap: ZodErrorMap;
        async: boolean;
    }
    Index

    Properties

    Properties

    path: (string | number)[]
    errorMap: ZodErrorMap
    async: boolean