import type Attribute from '../../models/Attribute'; import type PaginationResult from '../utils/PaginationResult'; type GetAttributesResult = PaginationResult; export default GetAttributesResult;