coldbydefault-portfolio
    Preparing search index...

    Interface TechnologyCategory

    interface TechnologyCategory {
        descriptionTranslationKey: string;
        detailTranslationKey: string;
        key: string;
        technologies: readonly string[];
        titleTranslationKey: string;
    }
    Index

    Properties

    descriptionTranslationKey: string
    detailTranslationKey: string
    key: string
    technologies: readonly string[]
    titleTranslationKey: string