Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.54 KB

notecreatedbyactor.md

File metadata and controls

21 lines (15 loc) · 1.54 KB

NoteCreatedByActor

The actor that created this note.

Example Usage

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

let value: NoteCreatedByActor = {
  id: "50cf242c-7fa3-4cad-87d0-75b1af71c57b",
  type: "workspace-member",
};

Fields

Field Type Required Description
id string An ID to identify the actor.
type components.NoteType The type of actor. Read more information on actor types here.