Interface ActionErrorItemInternal

interface ActionErrorItem {
    error: { description: string; type: string; value?: unknown };
    index: number;
}

Properties

Properties

error: { description: string; type: string; value?: unknown }
index: number