♫
📌 canary ▾
next.js
/
examples
/
blog-starter
/
src
/
interfaces
/
author.ts
author.ts
5 lines
61 B
export
type
Author
=
{
name
:
string
;
picture
:
string
;
};
v2.0.0
/
Go
SIGN IN