Interface SpaceChildEventContent

interface SpaceChildEventContent {
    order?: string;
    suggested?: boolean;
    via?: string[];
}

Properties

order?: string
suggested?: boolean
via?: string[]