box-node-sdk
Version:
Official SDK for Box Platform APIs
7 lines (6 loc) • 467 B
TypeScript
import { HubCollaborationUserV2025R0 } from './hubCollaborationUserV2025R0';
import { GroupMiniV2025R0 } from './groupMiniV2025R0';
import { SerializedData } from '../../serialization/json';
export type HubAccessGranteeV2025R0 = HubCollaborationUserV2025R0 | GroupMiniV2025R0;
export declare function serializeHubAccessGranteeV2025R0(val: any): SerializedData;
export declare function deserializeHubAccessGranteeV2025R0(val: SerializedData): HubAccessGranteeV2025R0;