import type { StateDTO } from './StateDTO'; export type StatesResponse = { data?: Array; meta?: Record; };