Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkakinoki committed Nov 7, 2021
1 parent 8468c8e commit 37eac0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/notion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import type {
} from "@notionhq/client/build/src/api-endpoints.d";

declare type NotionPage = QueryDatabaseResponse["results"][number];
declare type NotionProperty =
QueryDatabaseResponse["results"][number]["properties"];
// prettier-ignore
declare type NotionProperty = QueryDatabaseResponse["results"][number]["properties"];

export type blockWithChildren = ListBlockChildrenResponse["results"][number] & {
children?: blockWithChildren[];
Expand Down

0 comments on commit 37eac0e

Please sign in to comment.