Type alias DescribeGlobalResult

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

Type declaration