mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
@@ -8,7 +8,7 @@ interface RenderToStringCallback {
|
||||
|
||||
interface RenderToStringResult {
|
||||
html: string;
|
||||
statusCode: number;
|
||||
statusCode?: number;
|
||||
globals?: { [key: string]: any };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user