@orangecheck/me-client / DropScheduleSummary
Interface: DropScheduleSummary
Defined in: me-client/src/types.ts:298
Public shape of an enabled drop schedule, as returned in the
drops array of GET /api/integrator/config — part of the project's
public payout contract (earners can see when covered subtypes pay
out before earning under them).
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-cadence"></a> cadence | DropCadence | me-client/src/types.ts:302 |
<a id="property-label"></a> label | string | me-client/src/types.ts:300 |
<a id="property-schedule_id"></a> schedule_id | string | me-client/src/types.ts:299 |
<a id="property-subtypes"></a> subtypes | EventSubtype[] | me-client/src/types.ts:301 |