import type { URlString } from "../types/URlString"; export interface NulabAccount { readonly nulabId: string; readonly name: string; readonly uniqueId: string; readonly iconUrl: URlString; }