Files
lixiyu-net/types/friend.type.ts

5 lines
63 B
TypeScript
Raw Normal View History

2023-12-25 17:21:39 +08:00
export type TFriendItem = {
title: string;
url: string;
};