DisBot
    Preparing search index...

    Type Alias GetGuildLeaveSetupAggregateType<T>

    GetGuildLeaveSetupAggregateType: {
        [P in keyof T & keyof AggregateGuildLeaveSetup]: P extends | "_count"
        | "count"
            ? T[P] extends true
                ? number
                : GetScalarType<T[P], AggregateGuildLeaveSetup[P]>
            : GetScalarType<T[P], AggregateGuildLeaveSetup[P]>
    }

    Type Parameters