gerstlix
    Preparing search index...

    Interface ApiResponse<T>

    interface ApiResponse<T = any> {
        data: T;
        success: boolean;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    data: T
    success: boolean