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

    Type Alias Author

    Represents database response from author table. Used for game authors.

    type Author = {
        name: string;
        productId: number;
    }
    Index

    Properties

    Properties

    name: string
    productId: number