TWSMessageWebhookCreateInput: {
    avatarUrl?: string | null;
    dbId?: string;
    enabled?: boolean | null;
    twsCustomMessage?: TWSCustomMessageCreateNestedOneWithoutWebhookInput;
    username?: string | null;
}