5 lines
62 B
TypeScript
Executable File
5 lines
62 B
TypeScript
Executable File
export interface UserLink {
|
|
url: string;
|
|
title: string;
|
|
}
|