Type alias DescribeGlobalResult

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

Type declaration