Skip to content

Commit 38af291

Browse files
authored
feat(rdb): add sbs volume type (#881)
1 parent 01b010a commit 38af291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/rdb/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export type SnapshotStatus =
120120
| 'error'
121121
| 'locked'
122122

123-
export type VolumeType = 'lssd' | 'bssd'
123+
export type VolumeType = 'lssd' | 'bssd' | 'sbs'
124124

125125
export interface ACLRule {
126126
ip: string

0 commit comments

Comments
 (0)