Entity

    Type Alias EntityValidatorMutationInfo<TFields, TIDField, TViewerContext, TEntity, TSelectedFields>

    EntityValidatorMutationInfo:
        | { type: CREATE }
        | {
            cascadingDeleteCause: EntityCascadingDeletionInfo | null;
            previousValue: TEntity;
            type: UPDATE;
        }

    Type Parameters

    MMNEPVFCICPMFPCPTTAAATR