export interface AddCategoryParams { /** Project ID or Project Key プロジェクトのID または プロジェクトキー */ projectIdOrKey: string | number; /** Category name カテゴリーの名前 */ name: string; }