coldbydefault-portfolio
    Preparing search index...

    Interface TechGroup

    interface TechGroup {
        category: string;
        categoryKey: string;
        items: TechItem[];
    }
    Index

    Properties

    category: string
    categoryKey: string
    items: TechItem[]