Skip to content

Note

v1 · 0 objects

Fields

TypeScript

/** A free-form note worth keeping */
interface Note {
	title: string;
	body: string;
}

Version history

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

    • Created with 2 field(s)