Type alias PopulateResult

PopulateResult: {
    model: any;
    path: string;
}

Type declaration

  • model: any
  • path: string