export type StateDTO = { id?: string; description?: string; name?: string; stateOrder?: number; type?: string; };