interface Mutation {
    path: DataModelPath;
    values: Record<string, unknown>;
}

Properties

Properties

values: Record<string, unknown>