agregar endpoint crear epica /epicdevelopment/create/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user