Interface iGetInternalActionSuccessResponse

interface iGetInternalActionSuccessResponse {
    internalActions: iInternalActionsDoc[];
}

Implemented by

Properties

Properties

internalActions: iInternalActionsDoc[]