Interface INewList

Configuration for the list to be created.

interface INewList {
    description?: string;
    isPrivate?: boolean;
    name: string;
}

Implemented by

Properties

description?: string

The list description.

isPrivate?: boolean

Whether the list is private.

name: string

The list name.