some-file.ts
ts
type Post = {
title: string;
description: string;
};
some-file.ts
ts
type Post = {
title: string;
description: string;
};