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