attachment.ts 201 B

12345678
  1. import type { IAttachmentHasId } from '@growi/core';
  2. import type { PaginateResult } from './mongoose-utils';
  3. export type IResAttachmentList = {
  4. paginateResult: PaginateResult<IAttachmentHasId>
  5. };