@mft/moneyhub-api-client
Version:
Node.JS client for the Moneyhub API
16 lines • 355 B
TypeScript
export interface Category {
categoryId: string;
name?: string;
key?: string;
group: string;
}
export interface CategoryGroup {
id: string;
key: string;
}
export interface CategoryPost {
name: string;
group: string;
}
export declare type CategoryType = "personal" | "business" | "all";
//# sourceMappingURL=category.d.ts.map