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

    Type Alias UserRoleSumAggregateOutputType

    type UserRoleSumAggregateOutputType = {
        id: number | null;
        roleId: number | null;
        userId: number | null;
    }
    Index

    Properties

    Properties

    id: number | null
    roleId: number | null
    userId: number | null