export interface StateSchema {
  /**
   * The name of the state.
   */
  name: string;