Interface iUpdateGroupSuccessResponse<T>

interface iUpdateGroupSuccessResponse<T> {
    doc: iGroupDoc<T>;
}

Type Parameters

Implemented by

Properties

Properties

doc: iGroupDoc<T>