填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

ResolveData

Represents the resolved data associated with a particular route.

type ResolveData = { [name: string]: any; };
      
      type ResolveData = {
    [name: string]: any;
};
    

参见