masto
    Preparing search index...

    Interface CreateListParams

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

    Properties

    Properties

    exclusive?: boolean
    title: string

    The title of the list to be created.