@dvelop-sdk
    Preparing search index...

    Interface DmsObjectNote

    All information provided for a single note for the DmsObjectNotes-interface.

    interface DmsObjectNote {
        created: Date;
        creator: { displayName: string; id: string };
        text: string;
    }
    Index

    Properties

    Properties

    created: Date
    creator: { displayName: string; id: string }
    text: string