Type Alias NoteSettingsPutPayload

type NoteSettingsPutPayload = {
    toggledOn?: boolean;
}
Index

Properties

Properties

toggledOn?: boolean

pass 'true' to enable the note toggle for the tenant, 'false' to disable the toggle (other values are ignore).