export enum VerificationStatus {
NOT_REQUESTED = 'notRequested',
REQUESTED = 'requested',
IN_REVIEW = 'inReview',
VERIFIED = 'verified',
BACKLOGGED = 'backlogged',
NOT_VERIFIED = 'notVerified'
}