Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing parameter 'id' in actions.list() #234

Open
yukha-dw opened this issue Jan 20, 2022 · 0 comments
Open

Missing parameter 'id' in actions.list() #234

yukha-dw opened this issue Jan 20, 2022 · 0 comments

Comments

@yukha-dw
Copy link

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant