Type Alias ClaimGpQuestResponse

ClaimGpQuestResponse: {
    data: {
        gpAmount: string;
    };
    message: string;
    status: string;
}