Skip to content

Commit b83a222

Browse files
committed
Refine Page types
1 parent f7d58c8 commit b83a222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mudbrick/page.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Mudbrick.Page do
22
@type t :: %__MODULE__{
3-
contents: term(),
4-
parent: term(),
3+
contents: Mudbrick.Indirect.Object.t(),
4+
parent: Mudbrick.Indirect.Ref.t(),
55
size: Mudbrick.coords()
66
}
77

0 commit comments

Comments
 (0)