Sim comun para nos

This commit is contained in:
2026-05-08 12:06:24 +02:00
parent 08c972e720
commit 410f659db0
8 changed files with 93 additions and 12 deletions

View File

@@ -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,
}