expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.10 → 0.53.0-EXPO-366-EB-Schema-codigo-referido.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +5 -5
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +9 -9
- package/dist/src/mi-expo/dto/login.dto.d.ts +9 -9
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +5 -5
- package/dist/src/otp/dto/verify-otp.dto.d.ts +8 -8
- package/dist/src/production/dto/get-all-production.dto.d.ts +12 -12
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +12 -12
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +8 -8
- package/dist/src/profile/dto/delete-profile.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +8 -8
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +12 -12
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +5 -5
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +8 -8
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +8 -8
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +8 -8
- package/dist/src/profile/dto/profile.dto.d.ts +2 -2
- package/dist/src/profile/dto/update-profile.dto.d.ts +4 -4
- package/dist/src/schema/profile.schema.d.ts +2 -2
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +8 -8
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +8 -8
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +12 -12
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +12 -12
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +12 -12
- package/dist/types/prisma-schema/edge.js +3 -3
- package/dist/types/prisma-schema/index.d.ts +447 -32
- package/dist/types/prisma-schema/index.js +3 -3
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +5 -1
- package/package.json +2 -1
@@ -116,6 +116,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
116
116
|
dni: string | null;
|
117
117
|
created_at: Date;
|
118
118
|
updated_at: Date;
|
119
|
+
referralCode: string;
|
119
120
|
shortId: number;
|
120
121
|
firstTimeMiExpo: boolean;
|
121
122
|
isPhoneVerified: boolean;
|
@@ -128,7 +129,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
128
129
|
residenceLocationId: string | null;
|
129
130
|
isInTrash: boolean;
|
130
131
|
movedToTrashDate: Date | null;
|
131
|
-
referralCode: string;
|
132
132
|
}, {
|
133
133
|
id: string;
|
134
134
|
username: string | null;
|
@@ -141,6 +141,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
141
141
|
dni: string | null;
|
142
142
|
created_at: Date;
|
143
143
|
updated_at: Date;
|
144
|
+
referralCode: string;
|
144
145
|
shortId: number;
|
145
146
|
firstTimeMiExpo: boolean;
|
146
147
|
isPhoneVerified: boolean;
|
@@ -153,7 +154,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
153
154
|
residenceLocationId: string | null;
|
154
155
|
isInTrash: boolean;
|
155
156
|
movedToTrashDate: Date | null;
|
156
|
-
referralCode: string;
|
157
157
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
158
158
|
}>>;
|
159
159
|
profileId: z.ZodNullable<z.ZodString>;
|
@@ -189,6 +189,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
189
189
|
dni: string | null;
|
190
190
|
created_at: Date;
|
191
191
|
updated_at: Date;
|
192
|
+
referralCode: string;
|
192
193
|
shortId: number;
|
193
194
|
firstTimeMiExpo: boolean;
|
194
195
|
isPhoneVerified: boolean;
|
@@ -201,7 +202,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
201
202
|
residenceLocationId: string | null;
|
202
203
|
isInTrash: boolean;
|
203
204
|
movedToTrashDate: Date | null;
|
204
|
-
referralCode: string;
|
205
205
|
} | null;
|
206
206
|
id: string;
|
207
207
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -248,6 +248,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
248
248
|
dni: string | null;
|
249
249
|
created_at: Date;
|
250
250
|
updated_at: Date;
|
251
|
+
referralCode: string;
|
251
252
|
shortId: number;
|
252
253
|
firstTimeMiExpo: boolean;
|
253
254
|
isPhoneVerified: boolean;
|
@@ -260,7 +261,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
260
261
|
residenceLocationId: string | null;
|
261
262
|
isInTrash: boolean;
|
262
263
|
movedToTrashDate: Date | null;
|
263
|
-
referralCode: string;
|
264
264
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
265
265
|
} | null;
|
266
266
|
id: string;
|
@@ -311,6 +311,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
311
311
|
dni: string | null;
|
312
312
|
created_at: Date;
|
313
313
|
updated_at: Date;
|
314
|
+
referralCode: string;
|
314
315
|
shortId: number;
|
315
316
|
firstTimeMiExpo: boolean;
|
316
317
|
isPhoneVerified: boolean;
|
@@ -323,7 +324,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
323
324
|
residenceLocationId: string | null;
|
324
325
|
isInTrash: boolean;
|
325
326
|
movedToTrashDate: Date | null;
|
326
|
-
referralCode: string;
|
327
327
|
} | null;
|
328
328
|
id: string;
|
329
329
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -372,6 +372,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
372
372
|
dni: string | null;
|
373
373
|
created_at: Date;
|
374
374
|
updated_at: Date;
|
375
|
+
referralCode: string;
|
375
376
|
shortId: number;
|
376
377
|
firstTimeMiExpo: boolean;
|
377
378
|
isPhoneVerified: boolean;
|
@@ -384,7 +385,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
384
385
|
residenceLocationId: string | null;
|
385
386
|
isInTrash: boolean;
|
386
387
|
movedToTrashDate: Date | null;
|
387
|
-
referralCode: string;
|
388
388
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
389
389
|
} | null;
|
390
390
|
id: string;
|
@@ -519,6 +519,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
519
519
|
dni: string | null;
|
520
520
|
created_at: string;
|
521
521
|
updated_at: string;
|
522
|
+
referralCode: string;
|
522
523
|
shortId: number;
|
523
524
|
firstTimeMiExpo: boolean;
|
524
525
|
isPhoneVerified: boolean;
|
@@ -531,7 +532,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
531
532
|
residenceLocationId: string | null;
|
532
533
|
isInTrash: boolean;
|
533
534
|
movedToTrashDate: string | null;
|
534
|
-
referralCode: string;
|
535
535
|
}, {
|
536
536
|
id: string;
|
537
537
|
username: string | null;
|
@@ -544,6 +544,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
544
544
|
dni: string | null;
|
545
545
|
created_at: string;
|
546
546
|
updated_at: string;
|
547
|
+
referralCode: string;
|
547
548
|
shortId: number;
|
548
549
|
firstTimeMiExpo: boolean;
|
549
550
|
isPhoneVerified: boolean;
|
@@ -556,7 +557,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
556
557
|
residenceLocationId: string | null;
|
557
558
|
isInTrash: boolean;
|
558
559
|
movedToTrashDate: string | null;
|
559
|
-
referralCode: string;
|
560
560
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
561
561
|
}>>;
|
562
562
|
profileId: z.ZodNullable<z.ZodString>;
|
@@ -592,6 +592,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
592
592
|
dni: string | null;
|
593
593
|
created_at: string;
|
594
594
|
updated_at: string;
|
595
|
+
referralCode: string;
|
595
596
|
shortId: number;
|
596
597
|
firstTimeMiExpo: boolean;
|
597
598
|
isPhoneVerified: boolean;
|
@@ -604,7 +605,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
604
605
|
residenceLocationId: string | null;
|
605
606
|
isInTrash: boolean;
|
606
607
|
movedToTrashDate: string | null;
|
607
|
-
referralCode: string;
|
608
608
|
} | null;
|
609
609
|
id: string;
|
610
610
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -651,6 +651,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
651
651
|
dni: string | null;
|
652
652
|
created_at: string;
|
653
653
|
updated_at: string;
|
654
|
+
referralCode: string;
|
654
655
|
shortId: number;
|
655
656
|
firstTimeMiExpo: boolean;
|
656
657
|
isPhoneVerified: boolean;
|
@@ -663,7 +664,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
663
664
|
residenceLocationId: string | null;
|
664
665
|
isInTrash: boolean;
|
665
666
|
movedToTrashDate: string | null;
|
666
|
-
referralCode: string;
|
667
667
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
668
668
|
} | null;
|
669
669
|
id: string;
|
@@ -714,6 +714,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
714
714
|
dni: string | null;
|
715
715
|
created_at: string;
|
716
716
|
updated_at: string;
|
717
|
+
referralCode: string;
|
717
718
|
shortId: number;
|
718
719
|
firstTimeMiExpo: boolean;
|
719
720
|
isPhoneVerified: boolean;
|
@@ -726,7 +727,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
726
727
|
residenceLocationId: string | null;
|
727
728
|
isInTrash: boolean;
|
728
729
|
movedToTrashDate: string | null;
|
729
|
-
referralCode: string;
|
730
730
|
} | null;
|
731
731
|
id: string;
|
732
732
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -775,6 +775,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
775
775
|
dni: string | null;
|
776
776
|
created_at: string;
|
777
777
|
updated_at: string;
|
778
|
+
referralCode: string;
|
778
779
|
shortId: number;
|
779
780
|
firstTimeMiExpo: boolean;
|
780
781
|
isPhoneVerified: boolean;
|
@@ -787,7 +788,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
787
788
|
residenceLocationId: string | null;
|
788
789
|
isInTrash: boolean;
|
789
790
|
movedToTrashDate: string | null;
|
790
|
-
referralCode: string;
|
791
791
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
792
792
|
} | null;
|
793
793
|
id: string;
|
@@ -90,6 +90,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
90
90
|
dni: string | null;
|
91
91
|
created_at: Date;
|
92
92
|
updated_at: Date;
|
93
|
+
referralCode: string;
|
93
94
|
shortId: number;
|
94
95
|
firstTimeMiExpo: boolean;
|
95
96
|
isPhoneVerified: boolean;
|
@@ -102,7 +103,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
102
103
|
residenceLocationId: string | null;
|
103
104
|
isInTrash: boolean;
|
104
105
|
movedToTrashDate: Date | null;
|
105
|
-
referralCode: string;
|
106
106
|
}, {
|
107
107
|
id: string;
|
108
108
|
username: string | null;
|
@@ -115,6 +115,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
115
115
|
dni: string | null;
|
116
116
|
created_at: Date;
|
117
117
|
updated_at: Date;
|
118
|
+
referralCode: string;
|
118
119
|
shortId: number;
|
119
120
|
firstTimeMiExpo: boolean;
|
120
121
|
isPhoneVerified: boolean;
|
@@ -127,7 +128,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
127
128
|
residenceLocationId: string | null;
|
128
129
|
isInTrash: boolean;
|
129
130
|
movedToTrashDate: Date | null;
|
130
|
-
referralCode: string;
|
131
131
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
132
132
|
}>>;
|
133
133
|
}>, "strip", z.ZodTypeAny, {
|
@@ -149,6 +149,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
149
149
|
dni: string | null;
|
150
150
|
created_at: Date;
|
151
151
|
updated_at: Date;
|
152
|
+
referralCode: string;
|
152
153
|
shortId: number;
|
153
154
|
firstTimeMiExpo: boolean;
|
154
155
|
isPhoneVerified: boolean;
|
@@ -161,7 +162,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
161
162
|
residenceLocationId: string | null;
|
162
163
|
isInTrash: boolean;
|
163
164
|
movedToTrashDate: Date | null;
|
164
|
-
referralCode: string;
|
165
165
|
} | null;
|
166
166
|
id: string;
|
167
167
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -194,6 +194,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
194
194
|
dni: string | null;
|
195
195
|
created_at: Date;
|
196
196
|
updated_at: Date;
|
197
|
+
referralCode: string;
|
197
198
|
shortId: number;
|
198
199
|
firstTimeMiExpo: boolean;
|
199
200
|
isPhoneVerified: boolean;
|
@@ -206,7 +207,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
206
207
|
residenceLocationId: string | null;
|
207
208
|
isInTrash: boolean;
|
208
209
|
movedToTrashDate: Date | null;
|
209
|
-
referralCode: string;
|
210
210
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
211
211
|
} | null;
|
212
212
|
id: string;
|
@@ -243,6 +243,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
243
243
|
dni: string | null;
|
244
244
|
created_at: Date;
|
245
245
|
updated_at: Date;
|
246
|
+
referralCode: string;
|
246
247
|
shortId: number;
|
247
248
|
firstTimeMiExpo: boolean;
|
248
249
|
isPhoneVerified: boolean;
|
@@ -255,7 +256,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
255
256
|
residenceLocationId: string | null;
|
256
257
|
isInTrash: boolean;
|
257
258
|
movedToTrashDate: Date | null;
|
258
|
-
referralCode: string;
|
259
259
|
} | null;
|
260
260
|
id: string;
|
261
261
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -290,6 +290,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
290
290
|
dni: string | null;
|
291
291
|
created_at: Date;
|
292
292
|
updated_at: Date;
|
293
|
+
referralCode: string;
|
293
294
|
shortId: number;
|
294
295
|
firstTimeMiExpo: boolean;
|
295
296
|
isPhoneVerified: boolean;
|
@@ -302,7 +303,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
302
303
|
residenceLocationId: string | null;
|
303
304
|
isInTrash: boolean;
|
304
305
|
movedToTrashDate: Date | null;
|
305
|
-
referralCode: string;
|
306
306
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
307
307
|
} | null;
|
308
308
|
id: string;
|
@@ -397,6 +397,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
397
397
|
dni: string | null;
|
398
398
|
created_at: string;
|
399
399
|
updated_at: string;
|
400
|
+
referralCode: string;
|
400
401
|
shortId: number;
|
401
402
|
firstTimeMiExpo: boolean;
|
402
403
|
isPhoneVerified: boolean;
|
@@ -409,7 +410,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
409
410
|
residenceLocationId: string | null;
|
410
411
|
isInTrash: boolean;
|
411
412
|
movedToTrashDate: string | null;
|
412
|
-
referralCode: string;
|
413
413
|
}, {
|
414
414
|
id: string;
|
415
415
|
username: string | null;
|
@@ -422,6 +422,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
422
422
|
dni: string | null;
|
423
423
|
created_at: string;
|
424
424
|
updated_at: string;
|
425
|
+
referralCode: string;
|
425
426
|
shortId: number;
|
426
427
|
firstTimeMiExpo: boolean;
|
427
428
|
isPhoneVerified: boolean;
|
@@ -434,7 +435,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
434
435
|
residenceLocationId: string | null;
|
435
436
|
isInTrash: boolean;
|
436
437
|
movedToTrashDate: string | null;
|
437
|
-
referralCode: string;
|
438
438
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
439
439
|
}>>;
|
440
440
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
@@ -456,6 +456,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
456
456
|
dni: string | null;
|
457
457
|
created_at: string;
|
458
458
|
updated_at: string;
|
459
|
+
referralCode: string;
|
459
460
|
shortId: number;
|
460
461
|
firstTimeMiExpo: boolean;
|
461
462
|
isPhoneVerified: boolean;
|
@@ -468,7 +469,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
468
469
|
residenceLocationId: string | null;
|
469
470
|
isInTrash: boolean;
|
470
471
|
movedToTrashDate: string | null;
|
471
|
-
referralCode: string;
|
472
472
|
} | null;
|
473
473
|
id: string;
|
474
474
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -501,6 +501,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
501
501
|
dni: string | null;
|
502
502
|
created_at: string;
|
503
503
|
updated_at: string;
|
504
|
+
referralCode: string;
|
504
505
|
shortId: number;
|
505
506
|
firstTimeMiExpo: boolean;
|
506
507
|
isPhoneVerified: boolean;
|
@@ -513,7 +514,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
513
514
|
residenceLocationId: string | null;
|
514
515
|
isInTrash: boolean;
|
515
516
|
movedToTrashDate: string | null;
|
516
|
-
referralCode: string;
|
517
517
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
518
518
|
} | null;
|
519
519
|
id: string;
|
@@ -550,6 +550,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
550
550
|
dni: string | null;
|
551
551
|
created_at: string;
|
552
552
|
updated_at: string;
|
553
|
+
referralCode: string;
|
553
554
|
shortId: number;
|
554
555
|
firstTimeMiExpo: boolean;
|
555
556
|
isPhoneVerified: boolean;
|
@@ -562,7 +563,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
562
563
|
residenceLocationId: string | null;
|
563
564
|
isInTrash: boolean;
|
564
565
|
movedToTrashDate: string | null;
|
565
|
-
referralCode: string;
|
566
566
|
} | null;
|
567
567
|
id: string;
|
568
568
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -597,6 +597,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
597
597
|
dni: string | null;
|
598
598
|
created_at: string;
|
599
599
|
updated_at: string;
|
600
|
+
referralCode: string;
|
600
601
|
shortId: number;
|
601
602
|
firstTimeMiExpo: boolean;
|
602
603
|
isPhoneVerified: boolean;
|
@@ -609,7 +610,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
609
610
|
residenceLocationId: string | null;
|
610
611
|
isInTrash: boolean;
|
611
612
|
movedToTrashDate: string | null;
|
612
|
-
referralCode: string;
|
613
613
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
614
614
|
} | null;
|
615
615
|
id: string;
|