import type { DateTimeTzString } from "../types/DateTimeTzString"; export interface SpaceNotification { readonly content: string; readonly updated?: DateTimeTzString; }