The actor that created this note.
import { NoteCreatedByActor } from "attio-js/models/components/note.js";
let value: NoteCreatedByActor = {
id: "50cf242c-7fa3-4cad-87d0-75b1af71c57b",
type: "workspace-member",
};
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. |