// This file is auto-generated. Do not edit manually. import * as S from 'effect/Schema'; export const Include = S.Union( S.Struct({ configurationFile: S.String, }), S.Struct({ configurationContent: S.String, }), ); export type Include = S.Schema.Type;