From 97b164ca730243c255bc91dabb82660fbd861483 Mon Sep 17 00:00:00 2001 From: Avery Frankenberg Date: Thu, 4 Apr 2024 10:34:25 -0700 Subject: [PATCH] plugin-typings: update for release 2024-04-03 --- plugin-api.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-api.d.ts b/plugin-api.d.ts index 4ce5c52..603c9ae 100644 --- a/plugin-api.d.ts +++ b/plugin-api.d.ts @@ -1776,6 +1776,7 @@ declare type AnnotationPropertyType = | 'textStyleId' | 'textAlignHorizontal' | 'fontFamily' + | 'fontStyle' | 'fontSize' | 'fontWeight' | 'lineHeight'