matrix-js-sdk

    Type Alias ResponseType<T, O>

    ResponseType: O extends { json: false }
        ? string
        : O extends { onlyData: true } | undefined ? T : TypedResponse<T>

    Type Parameters

    MMNEPVFCICPMFPCPTTAAATR