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

Properties

contentState?: ContentState

Null or content state

lastUpdated?: string

Timestamp of last publish event where content state changed

Generated using TypeDoc v0.25.12