Skip to content

Type APIResponse is not exported #119

Description

@pegaltier

With the latest release 3.1.0 it seems the type APIResponse is not exported anymore, as a workaround i have had to copy paste from shared.d.ts the interface locally

export interface APIResponse<T> { code: string; requestTime: number; msg: 'success' | string; data: T; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions