Type alias DescribeSObjectResult

DescribeSObjectResult: DescribeGlobalSObjectResult & {
    actionOverrides: ActionOverride[];
    childRelationships: ChildRelationship[];
    compactLayoutable: boolean;
    fields: Field[];
    listviewable: boolean;
    lookupLayoutable: boolean;
    namedLayoutInfos: NamedLayoutInfo[];
    networkScopeFieldName: Optional<string>;
    recordTypeInfos: RecordTypeInfo[];
    searchLayoutable: boolean;
    supportedScopes: Optional<ScopeInfo[]>;
}

Type declaration