Sim comun para nos
This commit is contained in:
@@ -12,3 +12,15 @@ export type CommonSim<T> = {
|
||||
imei?: string,
|
||||
raw: T
|
||||
}
|
||||
|
||||
/**
|
||||
* Acorde a una peticion rest donde `raw` va a depender de `company`
|
||||
*/
|
||||
export type CommonSimDTO = CommonSim<Record<string, string>> & {
|
||||
preactivation_date?: string | null,
|
||||
activation_date?: string | null,
|
||||
suspension_date?: string | null,
|
||||
termination_date?: string | null,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user