5 lines
33 B
TypeScript
5 lines
33 B
TypeScript
|
|
export interface IArticle {
|
|
|
|
};
|
|
|
export interface IArticle {
|
|
|
|
};
|