WSMessageWebhookCreateInput: {
    avatarUrl?: string | null;
    dbId?: string;
    enabled?: boolean | null;
    username?: string | null;
    wsCustomMessage?: WSCustomMessageCreateNestedOneWithoutWebhookInput;
}