Type Alias UpdateStackData

UpdateStackData: {
    body: request_UpdateStackRequest;
    path: { stack_id: number };
}

Type declaration