Typescript Library Declarations (DOM)
Interface PayerErrors
interface
PayerErrors
{
email
?:
string
;
name
?:
string
;
phone
?:
string
;
}
Index
Properties
email?
name?
phone?
Properties
Optional
email
email
?:
string
Optional
name
name
?:
string
Optional
phone
phone
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
email
name
phone
Typescript Library Declarations (DOM)