Interface iCreateGroupSuccessResponse<T>

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

Type Parameters

Implemented by

Properties

Properties

doc: iGroupDoc<T>