Type Alias CFCustomMessage$clipForwardArgs<ExtArgs>

CFCustomMessage$clipForwardArgs<ExtArgs>: {
    include?: GuildClipForwardInclude<ExtArgs> | null;
    omit?: GuildClipForwardOmit<ExtArgs> | null;
    select?: GuildClipForwardSelect<ExtArgs> | null;
    where?: GuildClipForwardWhereInput;
}

CFCustomMessage.clipForward

Type Parameters

Type declaration