export class PrincipalsStore extends EntityStore<PrincipalsState> {
  constructor() {
    super(createInitialResourceState());
  }
}