Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Feb 8, 2025
1 parent 8968dbe commit 05790ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/effect-app/src/Schema/Class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ import type { ParseOptions } from "effect/SchemaAST"
import type { Simplify } from "effect/Types"
import type { AST } from "./schema.js"

type _OptionalKeys<O> = {
[K in keyof O]-?: {} extends Pick<O, K> ? K
: never
}[keyof O]

type FilterOptionalKeys<A> = Omit<A, _OptionalKeys<A>>

type ClassAnnotations<Self, A> =
| S.Annotations.Schema<Self>
| readonly [
Expand Down

0 comments on commit 05790ae

Please sign in to comment.