parameters:
	typeAliases:
		TPost_Editor_Args: '''
			array{
				attributes: array{
					externalFeatImage: array{
						url: string,
						alt: string
					},
					followers: list<int>,
					references: list<TEditorial_Reference>,
				},
				postId: int,
				settings: array{
					isClassicEditor?: bool,
					isElementorEditor?: bool,
					nonce: string,
					qualityAnalysis: array{
						canImageBeAutoSet: boolean,
						isFullyIntegrated: boolean,
						isYoastIntegrated: boolean,
						supportsFeatImage: boolean
					},
					autoShareEndModes: list<TAuto_Share_End_Mode>,
					shouldAuthorBeFollower: bool
				}
			}
		'''
