export interface InspectorType {
    inspect?: boolean;
}
export interface FindUserCountryType extends InspectorType {
    checkIsValidCountry?: boolean;
}
