Interface MutationErrorItemInternal

interface MutationErrorItem {
    error: { description: string; type: string; value?: unknown };
}

Properties

Properties

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