interface SpaceNotification {
    content: string;
    updated?: string;
}

Properties

Properties

content: string
updated?: string