teableio/teable

View on GitHub
packages/sdk/src/model/field/last-modified-time.field.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { LastModifiedTimeFieldCore } from '@teable/core';
import { Mixin } from 'ts-mixer';
import { Field } from './field';

export class LastModifiedTimeField extends Mixin(LastModifiedTimeFieldCore, Field) {}