next.js/examples/blog-starter/src/interfaces/author.ts
author.ts5 lines61 B
export type Author = {
  name: string;
  picture: string;
};
Quest for Codev2.0.0
/
SIGN IN