initial link attributions work.

This commit is contained in:
piuvas 2025-05-26 22:44:29 -03:00
parent e59a3ad693
commit ca32c231d0
No known key found for this signature in database
16 changed files with 228 additions and 3 deletions

View file

@ -236,6 +236,13 @@ export const packedUserLiteSchema = {
},
},
},
attributionDomains: {
type: 'object',
nullable: false, optional: false,
additionalProperties: {
type: 'string',
},
},
},
} as const;