export interface XnProposalList { id?: string | number; } export interface XnProposalType { id: string; code: string; title?: string; description?: string; }