interface SpaceEvent {
    orgId: string;
    secondsSinceEpoch: number;
    spaceId: string;
}

Hierarchy (view full)

Properties

orgId: string
secondsSinceEpoch: number
spaceId: string