Interface ICalCategoryJSONData

interface ICalCategoryJSONData {
    name: string;
}

Properties

Properties

name: string

Generated using TypeDoc