JSON API response interface

interface DaemonApiResponse {
    data: ResponseData;
    mType: string;
}

Hierarchy

  • DaemonApiMessage
    • DaemonApiResponse

Properties

Properties

mType: string