Type Alias WSCustomMessageInclude<ExtArgs>

WSCustomMessageInclude<ExtArgs>: {
    _count?: boolean | WSCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | WSCustomMessage$buttonsArgs<ExtArgs>;
    embed?: boolean | WSCustomMessage$embedArgs<ExtArgs>;
    webhook?: boolean | WSCustomMessage$webhookArgs<ExtArgs>;
    whatnotStreamer?: boolean | WSCustomMessage$whatnotStreamerArgs<ExtArgs>;
}

Type Parameters