Initial project
This commit is contained in:
8
src/types/Friend.ts
Normal file
8
src/types/Friend.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { Model } from "timi-web";
|
||||
|
||||
/** 友链 */
|
||||
export type Friend = {
|
||||
icon?: string;
|
||||
name: string;
|
||||
link: string;
|
||||
} & Model
|
||||
Reference in New Issue
Block a user