Type Alias ServiceHandler

ServiceHandler: (
    event: StreamData,
) => Promise<JSONValue | undefined> | JSONValue | undefined

Type declaration