export interface IState { readonly name: string; readonly code: string; }