interface ContentStateResponse {
    contentState?: ContentState;
    lastUpdated?: string;
}

Hierarchy

  • Record<string, unknown>
    • ContentStateResponse

Properties

contentState?: ContentState
lastUpdated?: string

Timestamp of last publish event where content state changed