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

Chore: Add typings for /v1/webdav.getMyAccounts #25276

Merged
merged 5 commits into from
May 4, 2022

Conversation

sampaiodiego
Copy link
Member

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

@sampaiodiego sampaiodiego requested a review from a team as a code owner April 22, 2022 18:04
export type WebdavEndpoints = {
'webdav.getMyAccounts': {
GET: () => {
accounts: Pick<IWebdavAccount, '_id' | 'username' | 'serverURL' | 'name'>[];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about create a type to hold this variation? does make any sense sharing this on other place or not?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk actually, there is no other place using it.. 🤷‍♂️

KevLehman
KevLehman previously approved these changes Apr 27, 2022
@ggazzo ggazzo merged commit 4a47110 into develop May 4, 2022
@ggazzo ggazzo deleted the add-webdav-endpoint-types branch May 4, 2022 17:07
@d-gubert d-gubert mentioned this pull request May 31, 2022
@murtaza98 murtaza98 mentioned this pull request Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants