teableio/teable

View on GitHub
packages/sdk/src/model/field/attachment.field.ts

Summary

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

export class AttachmentField extends Mixin(AttachmentFieldCore, Field) {}