Integration App SDK - v0.2.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