export interface StoreSchema {
  /**
   * The name of the store.
   */
  name: string;