Skip to content

Commit 081d400

Browse files
authored
feat(block): add ImportSnapshotFromS3Request field explanation (#1254)
1 parent e95d854 commit 081d400

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/clients/src/api/block/v1alpha1/types.gen.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ export interface Reference {
6767
createdAt?: Date
6868
/** Type of reference (link, exclusive, read_only). */
6969
type: ReferenceType
70-
/** Status of reference (attaching, attached, detaching). */
70+
/**
71+
* Status of the reference. Statuses include `attaching`, `attached`, and
72+
* `detaching`.
73+
*/
7174
status: ReferenceStatus
7275
}
7376

0 commit comments

Comments
 (0)