speed-flowchart-web/src/models/Category.tsx

6 lines
103 B
TypeScript

export interface Category {
GrpId: string;
name: string;
status: number;
url: string;
}