Type aliases
FieldTagSection
FieldTagSection: { headerText: string; name: string }
Type declaration
-
headerText: string
-
name: string
ListLocationTypes
ListLocationTypes: "First" | "Last" | number
Locale
Locale: "en-US" | "en-AU" | "en-CA" | "es-CL" | "es-ES" | "fr-CA" | "pt-BR"
ModalTemplate
Modal
Template: { body: string; buttons: { style: "Primary" | "Secondary"; text: string }[]; description: string; fields?: IField[]; header: string; id: string; listType: string; name: string; template: string; text: string }
Type declaration
-
body: string
-
buttons: { style: "Primary" | "Secondary"; text: string }[]
-
description: string
-
Optional fields?: IField[]
-
header: string
-
id: string
-
listType: string
-
name: string
-
template: string
-
text: string
TagSection
TagSection: { headerText: string; name: string }
Type declaration
-
headerText: string
-
name: string