Interface for verification data

interface Verification {
    dateVerif?: string;
    id?: number;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

dateVerif?: string
id?: number