export type ActionData = { correlation_id?: string; dueDate: string, // isodate filter?: {} // no se si hace falta customerAccountCode: "9.49411.10" | string, identifier: { identifiers: string[] identifierType: "IMSI" | "MSISDN" | "REFERENCE" | "ICCID" | "IMEI" } } export type ActivationData = ActionData & { offer: { code: string | "SAVEFAMILY1" | "SAVEFAMILY2", services: any[] } } export type ResponseError = { error: string, detail: Object[] }