@webshop/root - v1.0.0
    Preparing search index...

    Type Alias Genre

    Represents genre that visitors can choose in the game finder section

    type Genre = {
        icon: string;
        thumbnail: string;
        title: string;
    }
    Index

    Properties

    Properties

    icon: string
    thumbnail: string
    title: string