Interface ICalCategoryData

interface ICalCategoryData {
    name: string;
}

Properties

Properties

name: string

Generated using TypeDoc