Interface

APIResponseType

APIResponseType

Generic type for response on Myria services

Properties:
Name Type Description
status string

Status response from Myria's API (success/failed)

data T

Generic data

View Source types/APIResponseType.ts, line 4