interface Frameset {
    frames: Frame[];
    provisioned: number;
    type: "frameset";
}

Properties

frames: Frame[]
provisioned: number
type