-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Hello, I am refactoring a javascript project to typescript and found out actions.list() doesn't support parameter 'id' even though it is being used as the output is filtered.
openwhisk-client-js/lib/main.d.ts
Lines 60 to 61 in 1aba396
| interface Actions { | |
| list(options?: { namespace?: string; skip?: number; limit?: number; count?: boolean; }): Promise<ActionDesc[]>; |
I'm not sure if the type of id is only optional string or something else. Thank you
Metadata
Metadata
Assignees
Labels
No labels