UNPKG

squde-wp-api

Version:

Publish to npm:

6 lines (5 loc) 95 B
export interface IProductCategory { id: number; name: string; slug: string; }