jamespot-user-api
    Preparing search index...

    Interface ApiDefaultWrapper<U>

    interface ApiDefaultWrapper<U = BaseMessages> {
        error: number;
        errorMsg?: string;
        f: string;
        messages: U;
        o: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    error: number
    errorMsg?: string
    f: string
    messages: U
    o: string