@seamapi/blueprint - v0.51.3
GitHub
Preparing search index...
createBlueprint
Function createBlueprint
createBlueprint
(
typesModule
:
{
codeSampleDefinitions
?:
{
description
:
string
;
request
:
{
parameters
?:
Record
<
string
,
Json
>
;
path
:
string
}
;
response
:
{
body
:
null
|
Record
<
string
,
Json
>
}
;
title
:
string
;
}
[]
;
openapi
?:
any
;
resourceSampleDefinitions
?:
{
description
:
string
;
properties
:
Record
<
string
,
Json
>
;
resource_type
:
string
;
title
:
string
;
}
[]
;
schemas
?:
Record
<
string
,
unknown
>
;
}
,
__namedParameters
?:
BlueprintOptions
,
)
:
Promise
<
Blueprint
>
Parameters
typesModule
:
{
codeSampleDefinitions
?:
{
description
:
string
;
request
:
{
parameters
?:
Record
<
string
,
Json
>
;
path
:
string
}
;
response
:
{
body
:
null
|
Record
<
string
,
Json
>
}
;
title
:
string
;
}
[]
;
openapi
?:
any
;
resourceSampleDefinitions
?:
{
description
:
string
;
properties
:
Record
<
string
,
Json
>
;
resource_type
:
string
;
title
:
string
;
}
[]
;
schemas
?:
Record
<
string
,
unknown
>
;
}
__namedParameters
:
BlueprintOptions
= {}
Returns
Promise
<
Blueprint
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@seamapi/blueprint - v0.51.3
Loading...