Coal LLC - v1.0.0
    Preparing search index...

    Interface ICategory

    interface ICategory {
        name: string;
        order: number;
        parentCategory: string;
    }
    Index

    Properties

    name: string
    order: number
    parentCategory: string