interface ICreateEntryResult {
    documentLink?: string;
    operations?: CreateEntryOperations;
}

Implemented by

Properties

documentLink?: string

A link to get the created entry.