Home > @cjh1/sfapi > Note
Signature:
export type Note = { name: string; notes?: string; active?: boolean; timestamp?: string; };