Type Alias CommentExternalPointer<T>

CommentExternalPointer: ExternalPointer<T> & { type: "external" }

Type Parameters