♫
📌 canary ▾
next.js
/
examples
/
cms-sitefinity
/
interfaces
/
author.ts
author.ts
7 lines
78 B
type
Author
=
{
name
:
string
;
picture
:
string
;
};
export
default
Author;
v2.0.0
/
Go
SIGN IN