export interface Category { guid? : string; name? : string; color? :string; type? : "expense" | "saving" allocatedAmount? : number }