Type Alias CanUpdateSettings

An object used to inform the caller whether the current user has privilege to update ODAG settings.

type CanUpdateSettings = {
    canUpdateSettings?: boolean;
}
Index

Properties

canUpdateSettings?: boolean