UNPKG

@octopusx/ndk

Version:

octopus x sdk to connect to the octopusx grids and services

17 lines (12 loc) 279 B
export interface NewRequest { name?: string; data_connection_id?: string; data_connection_type?: string; path?: string; method?: string; headers?: object; body?: object; is_protected?: boolean; protected_profile?: string; protected_profile_id?: string; }