freeboard
Preparing search index...
api/src/resolvers/BrokerProfile
toBrokerProfileResponse
Function toBrokerProfileResponse
toBrokerProfileResponse
(
profile
:
Record
<
string
,
unknown
>
,
)
:
{
_id
:
unknown
;
name
:
unknown
;
description
:
{}
;
protocol
:
unknown
;
brokerUrl
:
unknown
;
tls
:
{}
;
credentialProfileId
:
{}
|
null
;
allowPublicUse
:
boolean
;
topicAllowlist
:
any
[]
;
createdAt
:
unknown
;
updatedAt
:
unknown
;
}
Parameters
profile
:
Record
<
string
,
unknown
>
Returns
{
_id
:
unknown
;
name
:
unknown
;
description
:
{}
;
protocol
:
unknown
;
brokerUrl
:
unknown
;
tls
:
{}
;
credentialProfileId
:
{}
|
null
;
allowPublicUse
:
boolean
;
topicAllowlist
:
any
[]
;
createdAt
:
unknown
;
updatedAt
:
unknown
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
freeboard
Loading...