Type Alias ParseParams

ParseParams: {
    async: boolean;
    errorMap: Zod.z.ZodErrorMap;
    path: (string | number)[];
}