Documents / @faasjs/types / FaasActionPaths
Type Alias: FaasActionPaths
FaasActionPaths =
Extract<keyofFaasActions,string>
Union of all declared action path string literals.
Used internally by FaasParams and FaasData to
resolve parameter and response types by action path.
Resolves to never until FaasActions is augmented, usually by the
generated src/.faasjs/types.d.ts file being included in tsconfig.json.