export interface State {
  url: string;
  namespace?: string | null;
}
