Fix suspension && paso a plantilla de caso de uso

This commit is contained in:
2026-02-26 17:47:32 +01:00
parent ca1144b55c
commit 8ca3d095e6
3 changed files with 14 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
export type ActionData = {
correlation_id?: string;
dueDate: string, // isodate
filter?: {} // no se si hace falta
identifier: {
identifiers: string[]
identifiers: string
identifierType: "IMSI" | "MSISDN" | "REFERENCE" | "ICCID" | "IMEI"
}
}