Type Alias NoteSettingsPutResponse

type NoteSettingsPutResponse = {
    toggleOn?: boolean;
}
Index

Properties

Properties

toggleOn?: boolean

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