TypeAlias.DppClaimPermission
type DppClaimPermission = {
createdAt: string;
dppId: string | null;
email: string | null;
id: string;
productSheet: string;
updatedAt: string;
};
Permission record allowing a specific user/email to claim a DPP.
Whitelists an identity (email) to claim a specific Digital Product Passport instance.
Type Declaration
| Name | Type |
|---|---|
createdAt | string |
dppId | string | null |
email | string | null |
id | string |
productSheet | string |
updatedAt | string |