UNPKG

realm-object-server

Version:

Realm Object Server

8 lines (7 loc) 176 B
import { RealmType } from "../realms/RealmType"; export interface FindRealmResponse { path: string; exists: boolean; realmType: RealmType; syncLabel: string; }