Skip to content

ActionItem

v1 · 0 objects

Fields

TypeScript

/** Something someone needs to do */
interface ActionItem {
	title: string;
	owner?: string;
	dueDate?: Date;
	done: boolean;
}

Version history

  1. v12026-07-05 · by user · 0 objects

    • Created with 4 field(s)