freeboard
Preparing search index...
api/src/resolvers/CredentialProfile
toCredentialProfileResponse
Function toCredentialProfileResponse
toCredentialProfileResponse
(
profile
:
Record
<
string
,
unknown
>
,
)
:
{
_id
:
unknown
;
name
:
unknown
;
description
:
{}
;
type
:
unknown
;
allowPublicUse
:
boolean
;
metadata
:
{}
;
secretShape
:
Record
<
string
,
string
>
;
createdAt
:
unknown
;
updatedAt
:
unknown
;
}
Parameters
profile
:
Record
<
string
,
unknown
>
Returns
{
_id
:
unknown
;
name
:
unknown
;
description
:
{}
;
type
:
unknown
;
allowPublicUse
:
boolean
;
metadata
:
{}
;
secretShape
:
Record
<
string
,
string
>
;
createdAt
:
unknown
;
updatedAt
:
unknown
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
freeboard
Loading...