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