UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

7 lines 433 B
import { UserBase } from './userBase.js'; import { GroupBase } from './groupBase.js'; import { SerializedData } from '../serialization/json.js'; export type AiAgentAllowedEntity = UserBase | GroupBase; export declare function serializeAiAgentAllowedEntity(val: any): SerializedData; export declare function deserializeAiAgentAllowedEntity(val: SerializedData): AiAgentAllowedEntity; //# sourceMappingURL=aiAgentAllowedEntity.d.ts.map