Type Alias ExtendedUI5Handler
ExtendedUI5Handler: UI5Handler & {
date: ReturnType<typeof createDateFixture>;
dialog: ReturnType<typeof createDialogFixture>;
odata: ReturnType<typeof createODataFixture>;
table: ReturnType<typeof createTableFixture>;
}
Type of the extended UI5Handler with sub-namespaces.