jamespot-user-api
    Preparing search index...

    Type Alias StoreItem

    type StoreItem = {
        image: string;
        license: boolean;
        price: number;
        title: string;
        uri: string;
    }
    Index

    Properties

    image: string
    license: boolean
    price: number
    title: string
    uri: string