Skip to content

Commit

Permalink
feat(rdb): add sbs volume type (scaleway#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Sep 20, 2023
1 parent 01b010a commit 38af291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/src/api/rdb/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export type SnapshotStatus =
| 'error'
| 'locked'

export type VolumeType = 'lssd' | 'bssd'
export type VolumeType = 'lssd' | 'bssd' | 'sbs'

export interface ACLRule {
ip: string
Expand Down

0 comments on commit 38af291

Please sign in to comment.