/** Contains the models of the multiview's child views. */ export type MultiModel = { [key: string]: T; };