masto
    Preparing search index...

    Interface CreateListParams

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

    Properties

    Properties

    exclusive?: boolean | null
    title: string

    The title of the list to be created.