IBookmark: ISoukaiDocumentBase & ICreateBookmark & {
    created?: string;
    updated?: string;
}

Interface for a Bookmark object that extends ISoukaiDocumentBase and includes the required fields to create a new Bookmark instance from ICreateBookmark.

Type declaration

  • Optional created?: string
  • Optional updated?: string

Generated using TypeDoc