ViewCreateDefinition: {
    externalId: DMSExternalId;
} & ViewCommon & {
    properties?: Record<string, ViewCreateDefinitionProperty>;
}