Files
lixiyu-net/types/friend.type.ts
2023-12-25 17:21:39 +08:00

5 lines
63 B
TypeScript

export type TFriendItem = {
title: string;
url: string;
};