UNPKG

@tsmean/animal

Version:
7 lines (5 loc) 133 B
import { Resource } from '@tsmean/resource/resource'; export interface Animal extends Resource { name?: string; pic?: string; }