UNPKG

the-moby-effect

Version:
16 lines 1.46 kB
import * as Schema from "effect/Schema"; import * as ContainerBlkioStatEntry from "./ContainerBlkioStatEntry.generated.ts"; declare const ContainerBlkioStats_base: Schema.Class<ContainerBlkioStats, Schema.Struct<{ readonly io_service_bytes_recursive: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>; readonly io_serviced_recursive: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>; readonly io_queue_recursive: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>; readonly io_service_time_recursive: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>; readonly io_wait_time_recursive: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>; readonly io_merged_recursive: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>; readonly io_time_recursive: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>; readonly sectors_recursive: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerBlkioStatEntry.ContainerBlkioStatEntry>>>; }>, {}>; export declare class ContainerBlkioStats extends ContainerBlkioStats_base { } export {}; //# sourceMappingURL=ContainerBlkioStats.generated.d.ts.map