-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
brainstormIdeas that aren't fully bakedIdeas that aren't fully bakedbugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
This means typescript will cry if we try to access something here.
Is this intended, it doesn't fit with the documentations ( which also names $.header
as $.headers
)
export type HTTP_GET = ({
query,
path,
header,
body,
context,
proxy,
}: {
query: never;
path: never;
header: never;
body: undefined;
context: Context;
response: ResponseBuilderFactory<{
Metadata
Metadata
Assignees
Labels
brainstormIdeas that aren't fully bakedIdeas that aren't fully bakedbugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request