Type alias JkmdSheetType

JkmdSheetType: BasicWorksheetType & {
    content: string;
    type: JK_MD;
}

Type declaration

  • content: string
  • type: JK_MD