next.js/examples/cms-sitefinity/interfaces/author.ts
author.ts7 lines78 B
type Author = {
  name: string;
  picture: string;
};

export default Author;
Quest for Codev2.0.0
/
SIGN IN