interface ListVolumesResponse {
    totalCount: number;
    volumes: Block.v1.Volume[];
}

Properties

Properties

totalCount: number

Total number of volumes in the project.

volumes: Block.v1.Volume[]

Paginated returned list of volumes.