mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
✏️ Fix typo 'Anot'
This commit is contained in:
4
types/hummus-recipe/index.d.ts
vendored
4
types/hummus-recipe/index.d.ts
vendored
@@ -29,7 +29,7 @@ export interface CommentOptions {
|
||||
| "togglenoview";
|
||||
}
|
||||
|
||||
export interface AnotOptions {
|
||||
export interface AnnotOptions {
|
||||
title?: string;
|
||||
open?: boolean;
|
||||
richText?: boolean;
|
||||
@@ -192,7 +192,7 @@ export class Recipe {
|
||||
| "Ink"
|
||||
| "FileAttachment"
|
||||
| "Sound",
|
||||
options?: AnotOptions
|
||||
options?: AnnotOptions
|
||||
): Recipe;
|
||||
|
||||
appendPage(pdfSrc: string, pages: number | number[]): Recipe;
|
||||
|
||||
Reference in New Issue
Block a user