import type { DataID } from "../util/RelayRuntimeTypes";

export const VIEWER_ID: DataID;
export const VIEWER_TYPE = "Viewer";
