Skip to content

Commit

Permalink
chore(format): 🤖 ✨ (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ecoscript[bot] and github-actions[bot] authored Aug 23, 2023
1 parent db57780 commit 54e4efd
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 54e4efd

Please sign in to comment.