This commit is contained in:
Christie Molloy 2020-10-14 15:16:51 -04:00
parent d7b154b656
commit 4fdbb4ea5f

View file

@ -13,7 +13,7 @@ import { HttpClientContext } from "../context/http-service/HttpClientContext";
import { RealmContext } from "../context/realm-context/RealmContext"; import { RealmContext } from "../context/realm-context/RealmContext";
import { useAlerts } from "../components/alert/Alerts"; import { useAlerts } from "../components/alert/Alerts";
type GroupsListProps = { export type GroupsListProps = {
list?: GroupRepresentation[]; list?: GroupRepresentation[];
refresh: () => void; refresh: () => void;
}; };