Type Alias GetSnapshotForContentTypeParamsInternal

GetSnapshotForContentTypeParams: GetSpaceEnvironmentParams & {
    contentTypeId: string;
}