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

    Type Alias User

    Represents database response from user table

    type User = {
        city: string;
        country: string;
        email: string;
        id: number;
        name: string;
        passwordHash: string;
        postal: string;
    }
    Index

    Properties

    city: string
    country: string
    email: string
    id: number
    name: string
    passwordHash: string
    postal: string