Attempt to ship the package in a carbon-neutral way

interface CarbonNeutral {
    description?: null | string;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

description?: null | string

Optional description of the service

This value has no effect on the result, and is just here to prevent weird typing issues