FrameSlotPage import { FrameSlotPage } from "destack:runtime"; Frame slot list page. export struct FrameSlotPage { slots: FrameSlot[]; next: FrameSlotId; } language/library/src/runtime/frame.ds:56:61 Members slots: FrameSlot[] Frame slot records in this page. next: FrameSlotId Next slot cursor when more records exist.