@crowdin/app-project-module 0.28.8 → 0.28.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/models/index.d.ts
CHANGED
|
@@ -270,9 +270,10 @@ export interface IntegrationLogic {
|
|
|
270
270
|
*/
|
|
271
271
|
webhooks?: Webhooks;
|
|
272
272
|
}
|
|
273
|
-
export type FormEntity = FormField |
|
|
274
|
-
export interface
|
|
275
|
-
label
|
|
273
|
+
export type FormEntity = FormField | FormDelimiter;
|
|
274
|
+
export interface FormDelimiter {
|
|
275
|
+
label?: string;
|
|
276
|
+
labelHtml?: string;
|
|
276
277
|
}
|
|
277
278
|
export interface LoginForm {
|
|
278
279
|
fields: FormEntity[];
|