Interface HasSubtype<T>

Helpful, optional interface to differentiate service actions.

interface HasSubtype<T> {
    subtype: T;
}

Type Parameters

  • T = string

Properties

Properties

subtype: T