Skip to content

Commit 96a7bbd

Browse files
authored
feat(instance): add scratch storage (#837)
1 parent 486233c commit 96a7bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export type VolumeState =
9797
| 'saving'
9898
| 'hotsyncing'
9999

100-
export type VolumeVolumeType = 'l_ssd' | 'b_ssd' | 'unified'
100+
export type VolumeVolumeType = 'l_ssd' | 'b_ssd' | 'unified' | 'scratch'
101101

102102
/** Bootscript. */
103103
export interface Bootscript {

0 commit comments

Comments
 (0)