Interface ReleaseActionProps<T>

The object returned by the Releases API

interface ReleaseActionProps<T> {
    action: T;
    sys: ReleaseActionSysProps;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

action: T