the-moby-effect
Version:
Moby/Docker API client built using effect-ts
28 lines • 811 B
TypeScript
import * as Schema from "effect/Schema";
declare const SwarmSELinuxContext_base: Schema.Class<SwarmSELinuxContext, {
Disable: typeof Schema.Boolean;
User: typeof Schema.String;
Role: typeof Schema.String;
Type: typeof Schema.String;
Level: typeof Schema.String;
}, Schema.Struct.Encoded<{
Disable: typeof Schema.Boolean;
User: typeof Schema.String;
Role: typeof Schema.String;
Type: typeof Schema.String;
Level: typeof Schema.String;
}>, never, {
readonly Type: string;
} & {
readonly User: string;
} & {
readonly Disable: boolean;
} & {
readonly Role: string;
} & {
readonly Level: string;
}, {}, {}>;
export declare class SwarmSELinuxContext extends SwarmSELinuxContext_base {
}
export {};
//# sourceMappingURL=SwarmSELinuxContext.generated.d.ts.map