Skip to content
Snippets Groups Projects

GREG-243: Adding possibility to set date in consent endpoint. Showing ID for...

Merged Tore.Brede requested to merge GREG-243_fix_consent_api_issues into master
3 files
+ 111
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -92,7 +92,7 @@ export type Consent = {
id: string
type: ConsentType
choice: ConsentChoice
consent_given_at: Date
consent_given_at: Date | null
}
export interface User {
Loading