Interface ReplacePIICheck

ReplacePIICheck represents an object that contains a check choice.

interface ReplacePIICheck {
    index: number;
    new_prompt: string;
    status: string;
}

Properties

index: number

index represents the index position in the collection for this checks.

new_prompt: string

new_prompt represents the text with replaced personal information.

status: string

status represents the status for this check.