Note
v1 · 0 objects
Fields
TypeScript
/** A free-form note worth keeping */
interface Note {
title: string;
body: string;
}Version history
v12026-07-05 · by user · 0 objects
- Created with 2 field(s)
v1 · 0 objects
/** A free-form note worth keeping */
interface Note {
title: string;
body: string;
}v12026-07-05 · by user · 0 objects