Base class for comment resource references

interface CommentResourceReference {
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

url?: string

REST URL for the resource.