Type Alias RecordTypeInformation

RecordTypeInformation: {
    [space: string]: {
        [containerExternalId: string]: {
            [property: string]: RecordContainerPropertyDefinition;
        };
    };
}

Nested typing map: space → container → property → definition. Present when includeTyping is true in the request.