Type Alias DropSelectCreateManyAndReturn<ExtArgs>

DropSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    createdAt?: boolean;
    dbId?: boolean;
    description?: boolean;
    dropId?: boolean;
    endsAt?: boolean;
    game?: boolean | Drop$gameArgs<ExtArgs>;
    gameId?: boolean;
    imageUrl?: boolean;
    name?: boolean;
    organizationId?: boolean;
    organizationName?: boolean;
    organizationUrl?: boolean;
    platform?: boolean;
    platformData?: boolean;
    startsAt?: boolean;
    status?: boolean;
    updatedAt?: boolean;
    url?: boolean;
}, ExtArgs["result"]["drop"]>

Type Parameters