interface DeleteCategoryParams {
    id: number;
    projectIdOrKey: string | number;
}

Properties

Properties

id: number

Category ID カテゴリーのID

projectIdOrKey: string | number

Project ID or Project Key プロジェクトのID または プロジェクトキー