import type Identifier from '../../models/Identifier'; interface Result { readonly identifier: Identifier; } export default Result;