Type Alias: ModifyOfferingTimesParams
ModifyOfferingTimesParams = {
end:Date|null;start?:Date; } | {end?:Date|null;start:Date; } | {end:Date|null;start:Date; }
Defined in: src/api/procedures/types.ts:1541
Type declaration
{ end: Date | null; start?: Date; }
| Name | Type | Description | Defined in |
|---|---|---|---|
|
| new end time (optional, will be left th same if not passed). A null value means the Offering doesn't end | |
|
| new start time (optional, will be left the same if not passed) |
{ end?: Date | null; start: Date; }
| Name | Type | Defined in |
|---|---|---|
|
| |
|
|
{ end: Date | null; start: Date; }
| Name | Type | Defined in |
|---|---|---|
|
| |
|
|