interface EmotionResponse {
    data: EmotionData;
    meta: {
        status: number;
    };
}

Properties

Properties

meta: {
    status: number;
}

Type declaration

  • status: number