@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias UserMaxAggregateOutputType

    type UserMaxAggregateOutputType = {
        createdAt: Date | null;
        deletedAt: Date | null;
        id: number | null;
        password: string | null;
        updatedAt: Date | null;
        username: string | null;
        uuid: string | null;
    }
    Index

    Properties

    createdAt: Date | null
    deletedAt: Date | null
    id: number | null
    password: string | null
    updatedAt: Date | null
    username: string | null
    uuid: string | null