export class CapabilitiesStore extends EntityStore<CapabilitiesState> {
  constructor() {
    super(createInitialResourceState());
  }
}