Interface CreateListParams

interface CreateListParams {
    exclusive?: boolean;
    title: string;
}

Properties

Properties

exclusive?: boolean
title: string

The title of the list to be created.