Interface IDuplicatePerson

interface IDuplicatePerson {
    key: string;
    type: string;
}

Properties

Properties

key: string
type: string