Type alias DescribeGlobalResult

DescribeGlobalResult: {
    encoding: string;
    maxBatchSize: number;
    sobjects: DescribeGlobalSObjectResult[];
}

Type declaration

  • encoding: string
  • maxBatchSize: number
  • sobjects: DescribeGlobalSObjectResult[]