YTSMessageWebhookCreateInput: {
    avatarUrl?: string | null;
    dbId?: string;
    enabled?: boolean | null;
    username?: string | null;
    ytsCustomMessage?: YTSCustomMessageCreateNestedOneWithoutWebhookInput;
}