Options
All
  • Public
  • Public/Protected
  • All
Menu

Module features/image-table/image-table.types

Index

Type aliases

ImageType: { createdAt: Date; file: { name: string }; id: string; updatedAt: Date }

Type declaration

  • createdAt: Date
  • file: { name: string }
    • name: string
  • id: string
  • updatedAt: Date
MoveDirection: "left" | "right"
MoveHotkey: "ArrowLeft" | "ArrowRight"

Generated using TypeDoc