Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Aug 27, 2024
1 parent 235c335 commit de7bb22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type AggregatedPage = Pick<IPageHasId,
},
} & {
tagNames: string[],
revisionBodyEmbedded: number[],
revisionBodyEmbedded?: number[],
};

export type BulkWriteCommand = {
Expand Down

0 comments on commit de7bb22

Please sign in to comment.