Interface: ClaimKey
Interface for the key of a claim. A claim key always has a first and second part which can be arbitrary JSON.
Properties
first_part
first_part: unknown;
The first part of the key. This can be arbitrary JSON and is part of the unique identifier for a claim.
second_part
second_part: unknown;
The second part of the key. This can be arbitrary JSON and is part of the unique identifier for a claim.