interface IGetClaimData {
    id: string;
    recipient: string;
}

Properties

Properties

id: string
recipient: string