UNPKG
@ert78gb/fastify-google-cloud-run-options
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0
Fastify Google Cloud Run configuration
github.com/ert78gb/fastify-google-cloud-run-options
@ert78gb/fastify-google-cloud-run-options
/
lib
/
index.d.ts
8 lines
(5 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
FastifyServerOptions
}
from
'fastify'
export
interface
Options
{ idGenerator?:
'uuid'
|
'sequence'
}
export
default
function
fastifyServerOptions
(
options?: Options
):
Promise
<
FastifyServerOptions
>