export interface State {
    state: string;
    createdAt: Date;
}
