Type alias SubAppSSRResult

SubAppSSRResult: {
    content: any;
    props: any;
}

result of server side rendering

Type declaration

  • content: any

    content of the rendering TODO: types - could be string or a stream

  • props: any

    initialState props