Skip to main content

Built and signed on GitHub Actions

Type definitions for Cosense

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 months ago (0.10.1)
interface BasePage

basic information about a page

Properties

最新の編集コミットid

the title of a page

image: string | null

the thumbnail URL of a page if exists

set to null if not exists

the thumbnail text of a page.

the maximum number of lines is 5.

ピン留めの状態を表す数値

  • 0: ピンされてない
  • 0以外: ピンされている

ページの作成日時

ページの最終更新日時

Date last visitedに使われる最終アクセス日時

Page historyの最終生成日時

ページの閲覧回数

被リンク数

page rank

Add Package

deno add jsr:@cosense/types

Import symbol

import { type BasePage } from "@cosense/types/rest";

---- OR ----

Import directly with a jsr specifier

import { type BasePage } from "jsr:@cosense/types/rest";

Add Package

npx jsr add @cosense/types

Import symbol

import { type BasePage } from "@cosense/types/rest";

Add Package

yarn dlx jsr add @cosense/types

Import symbol

import { type BasePage } from "@cosense/types/rest";

Add Package

pnpm dlx jsr add @cosense/types

Import symbol

import { type BasePage } from "@cosense/types/rest";

Add Package

bunx jsr add @cosense/types

Import symbol

import { type BasePage } from "@cosense/types/rest";