UNPKG

@jill64/types-lambda

Version:

λ Unofficial AWS Lambda type definition

8 lines (7 loc) 101 B
export type Json = | string | number | boolean | null | Json[] | { [key: string]: Json }