export interface CodeClaimResponseVM { success?: boolean; message?: string; claim_type?: number; can_update?: boolean; can_delete?: boolean; }