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

    Type Alias Image

    Represents database response from image table. Used for game screenshots.

    type Image = {
        productId: number;
        url: string;
    }
    Index

    Properties

    Properties

    productId: number
    url: string