UNPKG

@datalayer/core

Version:
6 lines (5 loc) 92 B
export interface IContent { name: string; mount: string; } export default IContent;