We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95d854 commit 081d400Copy full SHA for 081d400
packages/clients/src/api/block/v1alpha1/types.gen.ts
@@ -67,7 +67,10 @@ export interface Reference {
67
createdAt?: Date
68
/** Type of reference (link, exclusive, read_only). */
69
type: ReferenceType
70
- /** Status of reference (attaching, attached, detaching). */
+ /**
71
+ * Status of the reference. Statuses include `attaching`, `attached`, and
72
+ * `detaching`.
73
+ */
74
status: ReferenceStatus
75
}
76
0 commit comments