Skip to content

Commit

Permalink
chore(format): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 23, 2023
1 parent db57780 commit 08ccd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/portableText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface PortableTextBlock<
M extends PortableTextMarkDefinition = PortableTextMarkDefinition,
C extends TypedObject = ArbitraryTypedObject | PortableTextSpan,
S extends string = PortableTextBlockStyle,
L extends string = PortableTextListItemType
L extends string = PortableTextListItemType,
> extends TypedObject {
/**
* Type name identifying this as a portable text block.
Expand Down Expand Up @@ -76,7 +76,7 @@ export interface PortableTextListItemBlock<
M extends PortableTextMarkDefinition = PortableTextMarkDefinition,
C extends TypedObject = PortableTextSpan,
S extends string = PortableTextBlockStyle,
L extends string = PortableTextListItemType
L extends string = PortableTextListItemType,
> extends Omit<PortableTextBlock<M, C, S, L>, 'listItem'> {
listItem: L
}
Expand Down

0 comments on commit 08ccd04

Please sign in to comment.