UNPKG
@im-sampm/act-js
Version:
latest (1.1.0)
1.1.0
1.0.0
nodejs wrapper for nektos/act
github.com/im-sampm/act-js
im-sampm/act-js
@im-sampm/act-js
/
build
/
src
/
mockapi
/
schema
/
endpoints.d.ts
4 lines
(3 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
import
{
JSON
SchemaType }
from
"ajv"
;
import
{
Endpoints
}
from
"@kie/mock-github"
;
export
declare
const
EndpointSchema
:
JSON
SchemaType<
Endpoints
>;