Type Alias NotesUserSettings

type NotesUserSettings = {
    available: boolean;
    lastFetch?: string;
    reason?: ConfigReasonCode;
}
Index

Properties

available: boolean

'true' if the note feature is enabled for this tenant and user otherwise 'false'.

lastFetch?: string

The timestamp for the last time this users notes settings were fetched from downstream services.

The possible states for the status of notes configuration GET or POST operation