brows3r — TypeScript API
Preparing search index...
api/profiles
ValidationReport
Interface ValidationReport
Report returned by
profile_validate
.
interface
ValidationReport
{
accountId
?:
string
;
arn
?:
string
;
error
?:
AppError
;
ok
:
boolean
;
profileId
:
string
;
providerKind
:
ProviderKind
;
validatedAt
:
number
;
}
Index
Properties
account
Id?
arn?
error?
ok
profile
Id
provider
Kind
validated
At
Properties
Optional
account
Id
accountId
?:
string
Optional
arn
arn
?:
string
Optional
error
error
?:
AppError
ok
ok
:
boolean
profile
Id
profileId
:
string
provider
Kind
providerKind
:
ProviderKind
validated
At
validatedAt
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
arn
error
ok
profile
Id
provider
Kind
validated
At
brows3r — TypeScript API
Loading...
Report returned by
profile_validate.