Type alias Schema

Schema: {
    SObjects: {
        [name: string]: SObjectDefinition;
    };
}

Type declaration