agregar endpoint crear epica /epicdevelopment/create/

This commit is contained in:
2026-05-27 13:51:47 -05:00
parent 443066eaf7
commit 31dfc933b4
2 changed files with 16 additions and 0 deletions
+11
View File
@@ -71,6 +71,17 @@ export interface KappaEpicDevelopment {
updated_at?: string
}
export interface KappaCreateEpicPayload {
initiative: number | string
name: string
description?: string
stimated_start_date?: string
stimated_end_date?: string
client_taker?: number
hu?: number[]
status?: boolean
}
export interface KappaLogbookMaster {
id?: number
initiative: number | string