mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1977: #5390 Reward Checkout Action Card - Collect Request
#5390 Reward Checkout Action Card - Collect Request
This commit is contained in:
committed by
Lorenz Hilpert
parent
bcb412e48d
commit
7376846894
@@ -0,0 +1,8 @@
|
||||
import z from 'zod';
|
||||
|
||||
export const DateRangeSchema = z.object({
|
||||
start: z.string().optional(),
|
||||
end: z.string().optional(),
|
||||
});
|
||||
|
||||
export type DateRange = z.infer<typeof DateRangeSchema>;
|
||||
@@ -2,6 +2,7 @@ export * from './address.schema';
|
||||
export * from './addressee-with-reference.schema';
|
||||
export * from './buyer-type.schema';
|
||||
export * from './communication-details.schema';
|
||||
export * from './date-range.schema';
|
||||
export * from './entity-container.schema';
|
||||
export * from './entity-reference-container.schema';
|
||||
export * from './entity-reference.schema';
|
||||
|
||||
Reference in New Issue
Block a user