@bzr/bazaar
    Preparing search index...

    Type Alias Product

    type Product = {
        appId: string;
        costInCents: number;
        description: string;
        group: string;
        id: string;
        name: string;
        purchases: Purchase[];
        repeatInterval: ProductRepeatInterval;
        sellerId: string;
    }
    Index

    Properties

    appId: string
    costInCents: number
    description: string
    group: string
    id: string
    name: string
    purchases: Purchase[]
    repeatInterval: ProductRepeatInterval
    sellerId: string