Documentation
    Preparing search index...

    Type Alias AxiosCompatability<T>

    AxiosCompatability: T & { data: T }

    Type Parameters

    • T

    Type Declaration

    • data: T

      This property is only here for backward compatibility, it will be removed in the next major version. All data should be accessed directly from the response object instead of through this property.