Dave C
Dave C
If I have a type such as this ``` export interface MyType{ title: string; minVersion: number; maxVersion: number; } ``` and a validator ``` export const myTypeConstraints: Describe = object({...
I can do this for the parameters but I'm not sure its possible for return types? @POST @Path('sync') public async doSomething( @QueryParam('eventTypes') eventTypes: Array, @QueryParam('events') events: Array, @QueryParam('startFrom') @IsLong startFrom:...
**Describe the bug** I can't upload an update to my app as it is asking me to confirm health policy ``` Run r0adkll/[email protected] with: serviceAccountJsonPlainText: *** packageName: com.rwsoftware.jumpersforgoalposts releaseFiles: android/app/build/outputs/bundle/release/app-release.aab...