Type Alias RSMessageEmbedSelectUpdateManyAndReturn<ExtArgs>

RSMessageEmbedSelectUpdateManyAndReturn<ExtArgs>: GetSelect<{
    author?: boolean;
    authorIcon?: boolean;
    color?: boolean;
    dbId?: boolean;
    description?: boolean;
    footer?: boolean;
    footerIcon?: boolean;
    image?: boolean;
    rsCustomMessage?: boolean | RSMessageEmbed$rsCustomMessageArgs<ExtArgs>;
    rsCustomMessageId?: boolean;
    thumbnail?: boolean;
    title?: boolean;
    url?: boolean;
}, ExtArgs["result"]["rSMessageEmbed"]>

Type Parameters