Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 314 Bytes

notetype.md

File metadata and controls

17 lines (11 loc) · 314 Bytes

NoteType

The type of actor. Read more information on actor types here.

Example Usage

import { NoteType } from "attio-js/models/components/note.js";

let value: NoteType = "workspace-member";

Values

"api-token" | "workspace-member" | "system" | "app"