UNPKG

kick-api-types

Version:
7 lines 165 B
export interface Category { id: number; name: string; thumbnail: string; } export type Categrories = Category[]; //# sourceMappingURL=categories.d.ts.map