ICreateBookmark: {
    creator?: string;
    link: string;
    title: string;
    topic?: string;
}

Interface for the required fields to create a new Bookmark instance.

Type declaration

  • Optional creator?: string
  • link: string
  • title: string
  • Optional topic?: string

Generated using TypeDoc