Type Alias SentDropSelectCreateManyAndReturn<ExtArgs>

SentDropSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    channelId?: boolean;
    dbId?: boolean;
    drop?: boolean | SentDrop$dropArgs<ExtArgs>;
    dropId?: boolean;
    guildId?: boolean;
    messageId?: boolean;
    platform?: boolean;
    sentAt?: boolean;
}, ExtArgs["result"]["sentDrop"]>

Type Parameters