/** * Identifies the type of mode that the password action template will be used for. */ export type PasswordTemplateType = 'SMS' | 'EMAIL';