Last active
December 9, 2019 12:59
-
-
Save marekgoczol/06f681afa52a340a64c7fc71966f8fb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Types in parameters and responses | |
- app/das/services/da.service.ts | |
- avoid : | |
``` | |
public getDAs( | |
params?: { | |
referenceNumbers?: string[]; | |
statuses?: {id: number}[]; | |
}, | |
page = 1, | |
size = 25 | |
): Observable<IPaginatedList<DASearch>> { | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment