interface ICreateListOption {
    additionalSettings?: Partial<IListInfo>;
    description?: string;
    enableContentTypes?: boolean;
    tempate?: number;
    title: string;
}

Properties

additionalSettings?: Partial<IListInfo>
description?: string
enableContentTypes?: boolean
tempate?: number
title: string