UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 152 B
import { ISocialReaction } from "../../../models"; export interface ILikeListingtemplate { likes?: Array<ISocialReaction>; close: () => void; }