Interface MinimalFieldSchemeToFieldsPartialFailure

Minimal partial failure result when updating field scheme to fields associations.

interface MinimalFieldSchemeToFieldsPartialFailure {
    error?: string;
    fieldId: string;
    schemeId: number;
    success: boolean;
}

Properties

error?: string
fieldId: string
schemeId: number
success: boolean